#045886

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

Shades of Dark Cerulean #045886

Tints of Dark Cerulean #045886

Color information

#045886 (or 0x045886) is unknown color: approx Dark Cerulean. HEX triplet: 04, 58 and 86. RGB value is (4,88,134). Sum of RGB (Red+Green+Blue) = 4+88+134=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #045886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045886 is #FBA779. Grayscale: #434343. Windows color (decimal): -16492410 or 8804356. OLE color: 8804356.

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

Color convert

RGB488134-
CMYK0.970.3400.47
HSL201.23º94.2%27.06%-
HSV(B)201.23º97.01%52.55%-
XYZ7.848.7323.83-
YUV68.13165.1782.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=1.77%
G=38.94%
B=59.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4881340.970.3400.47201.2394.227.06
Hex45886612202Fc95e1b
Octal41302061414205731113633
Binary1001011000100001101100001100010010111111001001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045886; }

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

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

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

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

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

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

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

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