Html Css Color HEX #045791 Dark Cerulean

📋 copy color: '#045791'

red 4 ◦ green 87 ◦ blue 145

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

Shades of Dark Cerulean #045791

Tints of Dark Cerulean #045791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

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

R = 1.69%
G = 36.86%
B = 61.44%

CMYK

 C value IS 0.97

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#045791 (or 0x045791) is known color: Dark Cerulean. HEX triplet: 04, 57 and 91. RGB value is (4,87,145). Sum of RGB (Red+Green+Blue) = 4+87+145=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #045791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045791 is #FBA86E. Grayscale: #444444. Windows color (decimal): -16492655 or 9524996. OLE color: 9524996.

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

Color convert

RGB 4 87 145 -
CMYK 0.97 0.4 0 0.43
HSL 204.68º 0.95% 0.29% -
HSV(B) 204.68º 0.97% 0.57% -
XYZ 8.57 8.89 28.05 -
YUV 68.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 4 87 145 0.97 0.4 0 0.43 204.68 0.95 0.29
Hex 4 57 91 61 28 0 2B CD 5F 1D
Octal 4 127 221 141 50 0 53 315 137 35
Binary 100 1010111 10010001 1100001 101000 0 101011 11001101 1011111 11101

Color Harmonies of #045791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045791

Black with #045791

Text Example


Text Example

White with #045791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045791; }

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

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

background-color css

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

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

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

border-color css

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

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

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