#056B96

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

Shades of Cerulean #056B96

Tints of Cerulean #056B96

Color information

#056B96 (or 0x056B96) is unknown color: approx Cerulean. HEX triplet: 05, 6B and 96. RGB value is (5,107,150). Sum of RGB (Red+Green+Blue) = 5+107+150=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #056B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B96 is #FA9469. Grayscale: #515151. Windows color (decimal): -16421994 or 9857797. OLE color: 9857797.

HSL color Cylindrical-coordinate representation of color #056B96: hue angle of 197.79º 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 #056B96 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5107150-
CMYK0.970.2900.41
HSL197.79º93.55%30.39%-
HSV(B)197.79º96.67%58.82%-
XYZ10.8312.7530.74-
YUV81.4166.7173.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=1.91%
G=40.84%
B=57.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51071500.970.2900.41197.7993.5530.39
Hex56B96611D029c65e1e
Octal51532261413505130613636
Binary101110101110010110110000111101010100111000110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056B96; }

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

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

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

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

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

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

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

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