#005786

Color #005786 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #005786

Tints of Dark Cerulean #005786

Color information

#005786 (or 0x005786) is unknown color: approx Dark Cerulean. HEX triplet: 00, 57 and 86. RGB value is (0,87,134). Sum of RGB (Red+Green+Blue) = 0+87+134=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #005786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005786 is #FFA879. Grayscale: #424242. Windows color (decimal): -16754810 or 8804096. OLE color: 8804096.

HSL color Cylindrical-coordinate representation of color #005786: hue angle of 201.04º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005786 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB087134-
CMYK10.3500.47
HSL201.04º100%26.27%-
HSV(B)201.04º100%52.55%-
XYZ7.718.5423.8-
YUV66.34166.1880.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=0%
G=39.37%
B=60.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal08713410.3500.47201.0410026.27
Hex05786642302Fc9641a
Octal01272061444305731114432
Binary01010111100001101100100100011010111111001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005786; }

 p { color: rgb(0,87,134); }

 H1.HeaderClassName
 {
   color: #005786;
 }
 .AnyTagClassName
 {
   color: #005786;
 }
</style>
background-color css

<style>
 a { background-color: #005786; }

 a { background-color: rgb(0,87,134); }

 div.DivClassName
 {
   background-color: #005786;
 }
 .BgClassName
 {
   background-color: #005786;
 }
</style>
border-color css

<style>
 span { border-color: #005786; }

 span { border-color: rgb(0,87,134); }

 td.TdClassName
 {
   border-color: #005786;
 }
 .TagClassName
 {
   border-color: #005786;
 }
</style>