#056DA8

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

Shades of Cerulean #056DA8

Tints of Cerulean #056DA8

Color information

#056DA8 (or 0x056DA8) is unknown color: approx Cerulean. HEX triplet: 05, 6D and A8. RGB value is (5,109,168). Sum of RGB (Red+Green+Blue) = 5+109+168=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #056DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DA8 is #FA9257. Grayscale: #545454. Windows color (decimal): -16421464 or 11037957. OLE color: 11037957.

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

Color convert

RGB5109168-
CMYK0.970.3500.34
HSL201.72º94.22%33.92%-
HSV(B)201.72º97.02%65.88%-
XYZ12.613.839.04-
YUV84.63175.0471.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 168 (66.02% from 255) = 59.57%
R=1.77%
G=38.65%
B=59.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51091680.970.3500.34201.7294.2233.92
Hex56DA86123022ca5e22
Octal51552501414304231213642
Binary10111011011010100011000011000110100010110010101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,109,168); }

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

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

 a { background-color: rgb(5,109,168); }

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

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

 span { border-color: rgb(5,109,168); }

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