#056F8E

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

Shades of Cerulean #056F8E

Tints of Cerulean #056F8E

Color information

#056F8E (or 0x056F8E) is unknown color: approx Cerulean. HEX triplet: 05, 6F and 8E. RGB value is (5,111,142). Sum of RGB (Red+Green+Blue) = 5+111+142=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #056F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056F8E is #FA9071. Grayscale: #525252. Windows color (decimal): -16420978 or 9334533. OLE color: 9334533.

HSL color Cylindrical-coordinate representation of color #056F8E: hue angle of 193.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056F8E is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5111142-
CMYK0.960.2200.44
HSL193.58º93.2%28.82%-
HSV(B)193.58º96.48%55.69%-
XYZ10.6313.3527.61-
YUV82.84161.3872.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=1.94%
G=43.02%
B=55.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51111420.960.2200.44193.5893.228.82
Hex56F8E601602Cc25d1d
Octal51572161402605430213535
Binary101110111110001110110000010110010110011000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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