Html Css Color HEX #045D91 Dark Cerulean

📋 copy color: '#045D91'

red 4 ◦ green 93 ◦ blue 145

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

Shades of Dark Cerulean #045D91

Tints of Dark Cerulean #045D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

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

R = 1.65%
G = 38.43%
B = 59.92%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045D91 (or 0x045D91) is known color: Dark Cerulean. HEX triplet: 04, 5D and 91. RGB value is (4,93,145). Sum of RGB (Red+Green+Blue) = 4+93+145=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #045D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045D91 is #FBA26E. Grayscale: #484848. Windows color (decimal): -16491119 or 9526532. OLE color: 9526532.

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

Color convert

RGB 4 93 145 -
CMYK 0.97 0.36 0 0.43
HSL 202.13º 0.95% 0.29% -
HSV(B) 202.13º 0.97% 0.57% -
XYZ 9.08 9.9 28.22 -
YUV 72.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 4 93 145 0.97 0.36 0 0.43 202.13 0.95 0.29
Hex 4 5D 91 61 24 0 2B CA 5F 1D
Octal 4 135 221 141 44 0 53 312 137 35
Binary 100 1011101 10010001 1100001 100100 0 101011 11001010 1011111 11101

Color Harmonies of #045D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045D91

Black with #045D91

Text Example


Text Example

White with #045D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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