#056991

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

Shades of Cerulean #056991

Tints of Cerulean #056991

Color information

#056991 (or 0x056991) is unknown color: approx Cerulean. HEX triplet: 05, 69 and 91. RGB value is (5,105,145). Sum of RGB (Red+Green+Blue) = 5+105+145=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #056991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056991 is #FA966E. Grayscale: #4F4F4F. Windows color (decimal): -16422511 or 9529605. OLE color: 9529605.

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

Color convert

RGB5105145-
CMYK0.970.2800.43
HSL197.14º93.33%29.41%-
HSV(B)197.14º96.55%56.86%-
XYZ10.2212.1828.6-
YUV79.66164.8774.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=1.96%
G=41.18%
B=56.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51051450.970.2800.43197.1493.3329.41
Hex56991611C02Bc55d1d
Octal51512211413405330513535
Binary101110100110010001110000111100010101111000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056991; }

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

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

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

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

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

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

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

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