#056F96

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

Shades of Cerulean #056F96

Tints of Cerulean #056F96

Color information

#056F96 (or 0x056F96) is unknown color: approx Cerulean. HEX triplet: 05, 6F and 96. RGB value is (5,111,150). Sum of RGB (Red+Green+Blue) = 5+111+150=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #056F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F96 is #FA9069. Grayscale: #535353. Windows color (decimal): -16420970 or 9858821. OLE color: 9858821.

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

Color convert

RGB5111150-
CMYK0.970.2600.41
HSL196.14º93.55%30.39%-
HSV(B)196.14º96.67%58.82%-
XYZ11.2513.630.89-
YUV83.75165.3871.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 150 (58.98% from 255) = 56.39%
R=1.88%
G=41.73%
B=56.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51111500.970.2600.41196.1493.5530.39
Hex56F96611A029c45e1e
Octal51572261413205130413636
Binary101110111110010110110000111010010100111000100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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