Html Css Color HEX #045A87 Dark Cerulean

📋 copy color: '#045A87'

red 4 ◦ green 90 ◦ blue 135

#045A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #045A87

Tints of Dark Cerulean #045A87

RGB

 RED value IS 4 (1.95% from 255) = 1.75%

 GREEN value IS 90 (35.55% from 255) = 39.3%

 BLUE value IS 135 (53.13% from 255) = 58.95%

R = 1.75%
G = 39.3%
B = 58.95%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045A87 (or 0x045A87) is known color: 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

RGB 4 90 135 -
CMYK 0.97 0.33 0 0.47
HSL 200.61º 0.94% 0.27% -
HSV(B) 200.61º 0.97% 0.53% -
XYZ 8.08 9.09 24.25 -
YUV 69.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 4 90 135 0.97 0.33 0 0.47 200.61 0.94 0.27
Hex 4 5A 87 61 21 0 2F C9 5E 1B
Octal 4 132 207 141 41 0 57 311 136 33
Binary 100 1011010 10000111 1100001 100001 0 101111 11001001 1011110 11011

Color Harmonies of #045A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045A87

Black with #045A87

Text Example


Text Example

White with #045A87

Text Example


Text Example

HTML Codes & Css Web 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>