#056DAE

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

Shades of Cerulean #056DAE

Tints of Cerulean #056DAE

Color information

#056DAE (or 0x056DAE) is unknown color: approx Cerulean. HEX triplet: 05, 6D and AE. RGB value is (5,109,174). Sum of RGB (Red+Green+Blue) = 5+109+174=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #056DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DAE is #FA9251. Grayscale: #545454. Windows color (decimal): -16421458 or 11431173. OLE color: 11431173.

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

Color convert

RGB5109174-
CMYK0.970.3700.32
HSL203.08º94.41%35.1%-
HSV(B)203.08º97.13%68.24%-
XYZ13.1714.0342.06-
YUV85.31178.0470.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=1.74%
G=37.85%
B=60.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51091740.970.3700.32203.0894.4135.1
Hex56DAE6125020cb5e23
Octal51552561414504031313643
Binary10111011011010111011000011001010100000110010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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