#045791

Color #045791 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #045791

Tints of Dark Cerulean #045791

Color information

#045791 (or 0x045791) is unknown color: approx 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

RGB487145-
CMYK0.970.400.43
HSL204.68º94.63%29.22%-
HSV(B)204.68º97.24%56.86%-
XYZ8.578.8928.05-
YUV68.7917181.78-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4871450.970.400.43204.6894.6329.22
Hex45791612802Bcd5f1d
Octal41272211415005331513735
Binary1001010111100100011100001101000010101111001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>