#056196

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

Shades of Cerulean #056196

Tints of Cerulean #056196

Color information

#056196 (or 0x056196) is unknown color: approx Cerulean. HEX triplet: 05, 61 and 96. RGB value is (5,97,150). Sum of RGB (Red+Green+Blue) = 5+97+150=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #056196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056196 is #FA9E69. Grayscale: #4B4B4B. Windows color (decimal): -16424554 or 9855237. OLE color: 9855237.

HSL color Cylindrical-coordinate representation of color #056196: hue angle of 201.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056196 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB597150-
CMYK0.970.3500.41
HSL201.93º93.55%30.39%-
HSV(B)201.93º96.67%58.82%-
XYZ9.8410.7830.42-
YUV75.53170.0277.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=1.98%
G=38.49%
B=59.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5971500.970.3500.41201.9393.5530.39
Hex561966123029ca5e1e
Octal51412261414305131213636
Binary1011100001100101101100001100011010100111001010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056196; }

 p { color: rgb(5,97,150); }

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

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

 a { background-color: rgb(5,97,150); }

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

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

 span { border-color: rgb(5,97,150); }

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