#005A87

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

Shades of Dark Cerulean #005A87

Tints of Dark Cerulean #005A87

Color information

#005A87 (or 0x005A87) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5A and 87. RGB value is (0,90,135). Sum of RGB (Red+Green+Blue) = 0+90+135=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #005A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A87 is #FFA578. Grayscale: #434343. Windows color (decimal): -16754041 or 8870400. OLE color: 8870400.

HSL color Cylindrical-coordinate representation of color #005A87: hue angle of 200º 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 #005A87 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB090135-
CMYK10.3300.47
HSL200º100%26.47%-
HSV(B)200º100%52.94%-
XYZ8.039.0624.25-
YUV68.22165.6879.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 135 (53.12% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal09013510.3300.4720010026.47
Hex05A87642102Fc8641a
Octal01322071444105731014432
Binary01011010100001111100100100001010111111001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A87; }

 p { color: rgb(0,90,135); }

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

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

 a { background-color: rgb(0,90,135); }

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

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

 span { border-color: rgb(0,90,135); }

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