#056CAE

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

Shades of Cerulean #056CAE

Tints of Cerulean #056CAE

Color information

#056CAE (or 0x056CAE) is unknown color: approx Cerulean. HEX triplet: 05, 6C and AE. RGB value is (5,108,174). Sum of RGB (Red+Green+Blue) = 5+108+174=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #056CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CAE is #FA9351. Grayscale: #545454. Windows color (decimal): -16421714 or 11430917. OLE color: 11430917.

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

Color convert

RGB5108174-
CMYK0.970.3800.32
HSL203.43º94.41%35.1%-
HSV(B)203.43º97.13%68.24%-
XYZ13.0713.8142.02-
YUV84.73178.3871.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=1.74%
G=37.63%
B=60.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51081740.970.3800.32203.4394.4135.1
Hex56CAE6126020cb5e23
Octal51542561414604031313643
Binary10111011001010111011000011001100100000110010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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