#045A87

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

Shades of Dark Cerulean #045A87

Tints of Dark Cerulean #045A87

Color information

#045A87 (or 0x045A87) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5A and 87. RGB value is (4,90,135). Sum of RGB (Red+Green+Blue) = 4+90+135=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #045A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A87 is #FBA578. Grayscale: #454545. Windows color (decimal): -16491897 or 8870404. OLE color: 8870404.

HSL color Cylindrical-coordinate representation of color #045A87: hue angle of 200.61º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A87 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB490135-
CMYK0.970.3300.47
HSL200.61º94.24%27.25%-
HSV(B)200.61º97.04%52.94%-
XYZ8.089.0924.25-
YUV69.42165.0181.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=1.75%
G=39.30%
B=58.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4901350.970.3300.47200.6194.2427.25
Hex45A87612102Fc95e1b
Octal41322071414105731113633
Binary1001011010100001111100001100001010111111001001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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