#045589

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

Shades of Dark Cerulean #045589

Tints of Dark Cerulean #045589

Color information

#045589 (or 0x045589) is unknown color: approx Dark Cerulean. HEX triplet: 04, 55 and 89. RGB value is (4,85,137). Sum of RGB (Red+Green+Blue) = 4+85+137=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #045589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045589 is #FBAA76. Grayscale: #424242. Windows color (decimal): -16493175 or 9000196. OLE color: 9000196.

HSL color Cylindrical-coordinate representation of color #045589: hue angle of 203.46º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045589 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB485137-
CMYK0.970.3800.46
HSL203.46º94.33%27.65%-
HSV(B)203.46º97.08%53.73%-
XYZ7.818.3324.86-
YUV66.71167.6683.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=1.77%
G=37.61%
B=60.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4851370.970.3800.46203.4694.3327.65
Hex45589612602Ecb5e1c
Octal41252111414605631313634
Binary1001010101100010011100001100110010111011001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045589; }

 p { color: rgb(4,85,137); }

 H1.HeaderClassName
 {
   color: #045589;
 }
 .AnyTagClassName
 {
   color: #045589;
 }
</style>
background-color css

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

 a { background-color: rgb(4,85,137); }

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

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

 span { border-color: rgb(4,85,137); }

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