#045B86

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

Shades of Dark Cerulean #045B86

Tints of Dark Cerulean #045B86

Color information

#045B86 (or 0x045B86) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5B and 86. RGB value is (4,91,134). Sum of RGB (Red+Green+Blue) = 4+91+134=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #045B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045B86 is #FBA479. Grayscale: #454545. Windows color (decimal): -16491642 or 8805124. OLE color: 8805124.

HSL color Cylindrical-coordinate representation of color #045B86: hue angle of 199.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045B86 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB491134-
CMYK0.970.3200.47
HSL199.85º94.2%27.06%-
HSV(B)199.85º97.01%52.55%-
XYZ8.099.2323.91-
YUV69.89164.1881-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 134 (52.73% from 255) = 58.52%
R=1.75%
G=39.74%
B=58.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4911340.970.3200.47199.8594.227.06
Hex45B86612002Fc85e1b
Octal41332061414005731013633
Binary1001011011100001101100001100000010111111001000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,91,134); }

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

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

 a { background-color: rgb(4,91,134); }

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

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

 span { border-color: rgb(4,91,134); }

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