Html Css Color HEX #045C87 Dark Cerulean

📋 copy color: '#045C87'

red 4 ◦ green 92 ◦ blue 135

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

Shades of Dark Cerulean #045C87

Tints of Dark Cerulean #045C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

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

R = 1.73%
G = 39.83%
B = 58.44%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#045C87 (or 0x045C87) is known color: Dark Cerulean. HEX triplet: 04, 5C and 87. RGB value is (4,92,135). Sum of RGB (Red+Green+Blue) = 4+92+135=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #045C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C87 is #FBA378. Grayscale: #464646. Windows color (decimal): -16491385 or 8870916. OLE color: 8870916.

HSL color Cylindrical-coordinate representation of color #045C87: hue angle of 199.69º 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 #045C87 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 92 135 -
CMYK 0.97 0.32 0 0.47
HSL 199.69º 0.94% 0.27% -
HSV(B) 199.69º 0.97% 0.53% -
XYZ 8.25 9.43 24.31 -
YUV 70.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 4 92 135 0.97 0.32 0 0.47 199.69 0.94 0.27
Hex 4 5C 87 61 20 0 2F C8 5E 1B
Octal 4 134 207 141 40 0 57 310 136 33
Binary 100 1011100 10000111 1100001 100000 0 101111 11001000 1011110 11011

Color Harmonies of #045C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C87

Black with #045C87

Text Example


Text Example

White with #045C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #045C87;
 }
 .AnyTagClassName
 {
   color: #045C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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