Html Css Color HEX #045F91 Dark Cerulean

📋 copy color: '#045F91'

red 4 ◦ green 95 ◦ blue 145

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

Shades of Dark Cerulean #045F91

Tints of Dark Cerulean #045F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

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

R = 1.64%
G = 38.93%
B = 59.43%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045F91 (or 0x045F91) is known color: Dark Cerulean. HEX triplet: 04, 5F and 91. RGB value is (4,95,145). Sum of RGB (Red+Green+Blue) = 4+95+145=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #045F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F91 is #FBA06E. Grayscale: #494949. Windows color (decimal): -16490607 or 9527044. OLE color: 9527044.

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

Color convert

RGB 4 95 145 -
CMYK 0.97 0.34 0 0.43
HSL 201.28º 0.95% 0.29% -
HSV(B) 201.28º 0.97% 0.57% -
XYZ 9.25 10.25 28.28 -
YUV 73.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 4 95 145 0.97 0.34 0 0.43 201.28 0.95 0.29
Hex 4 5F 91 61 22 0 2B C9 5F 1D
Octal 4 137 221 141 42 0 53 311 137 35
Binary 100 1011111 10010001 1100001 100010 0 101011 11001001 1011111 11101

Color Harmonies of #045F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F91

Black with #045F91

Text Example


Text Example

White with #045F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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