Html Css Color HEX #045C91 Dark Cerulean

📋 copy color: '#045C91'

red 4 ◦ green 92 ◦ blue 145

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

Shades of Dark Cerulean #045C91

Tints of Dark Cerulean #045C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.17%

R = 1.66%
G = 38.17%
B = 60.17%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045C91 (or 0x045C91) is known color: Dark Cerulean. HEX triplet: 04, 5C and 91. RGB value is (4,92,145). Sum of RGB (Red+Green+Blue) = 4+92+145=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #045C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045C91 is #FBA36E. Grayscale: #474747. Windows color (decimal): -16491375 or 9526276. OLE color: 9526276.

HSL color Cylindrical-coordinate representation of color #045C91: hue angle of 202.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045C91 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 92 145 -
CMYK 0.97 0.37 0 0.43
HSL 202.55º 0.95% 0.29% -
HSV(B) 202.55º 0.97% 0.57% -
XYZ 8.99 9.72 28.19 -
YUV 71.73 169.35 79.69 -
System Red Green Blue C M Y K H S L
Decimal 4 92 145 0.97 0.37 0 0.43 202.55 0.95 0.29
Hex 4 5C 91 61 25 0 2B CB 5F 1D
Octal 4 134 221 141 45 0 53 313 137 35
Binary 100 1011100 10010001 1100001 100101 0 101011 11001011 1011111 11101

Color Harmonies of #045C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C91

Black with #045C91

Text Example


Text Example

White with #045C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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