#056E96

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

Shades of Cerulean #056E96

Tints of Cerulean #056E96

Color information

#056E96 (or 0x056E96) is unknown color: approx Cerulean. HEX triplet: 05, 6E and 96. RGB value is (5,110,150). Sum of RGB (Red+Green+Blue) = 5+110+150=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #056E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E96 is #FA9169. Grayscale: #525252. Windows color (decimal): -16421226 or 9858565. OLE color: 9858565.

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

Color convert

RGB5110150-
CMYK0.970.2700.41
HSL196.55º93.55%30.39%-
HSV(B)196.55º96.67%58.82%-
XYZ11.1413.3930.85-
YUV83.16165.7172.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=1.89%
G=41.51%
B=56.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51101500.970.2700.41196.5593.5530.39
Hex56E96611B029c55e1e
Octal51562261413305130513636
Binary101110111010010110110000111011010100111000101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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