#045489

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

Shades of Dark Cerulean #045489

Tints of Dark Cerulean #045489

Color information

#045489 (or 0x045489) is unknown color: approx Dark Cerulean. HEX triplet: 04, 54 and 89. RGB value is (4,84,137). Sum of RGB (Red+Green+Blue) = 4+84+137=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #045489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045489 is #FBAB76. Grayscale: #414141. Windows color (decimal): -16493431 or 8999940. OLE color: 8999940.

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

Color convert

RGB484137-
CMYK0.970.3900.46
HSL203.91º94.33%27.65%-
HSV(B)203.91º97.08%53.73%-
XYZ7.748.1724.84-
YUV66.1216883.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 137 (53.91% from 255) = 60.89%
R=1.78%
G=37.33%
B=60.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4841370.970.3900.46203.9194.3327.65
Hex45489612702Ecc5e1c
Octal41242111414705631413634
Binary1001010100100010011100001100111010111011001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045489; }

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

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

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

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

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

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

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

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