#056091

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

Shades of Dark Cerulean #056091

Tints of Dark Cerulean #056091

Color information

#056091 (or 0x056091) is unknown color: approx Dark Cerulean. HEX triplet: 05, 60 and 91. RGB value is (5,96,145). Sum of RGB (Red+Green+Blue) = 5+96+145=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #056091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056091 is #FA9F6E. Grayscale: #4A4A4A. Windows color (decimal): -16424815 or 9527301. OLE color: 9527301.

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

Color convert

RGB596145-
CMYK0.970.3400.43
HSL201º93.33%29.41%-
HSV(B)201º96.55%56.86%-
XYZ9.3610.4428.31-
YUV74.38167.8578.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=2.03%
G=39.02%
B=58.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5961450.970.3400.4320193.3329.41
Hex56091612202Bc95d1d
Octal51402211414205331113535
Binary1011100000100100011100001100010010101111001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056091; }

 p { color: rgb(5,96,145); }

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

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

 a { background-color: rgb(5,96,145); }

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

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

 span { border-color: rgb(5,96,145); }

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