#056AAE

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

Shades of Cerulean #056AAE

Tints of Cerulean #056AAE

Color information

#056AAE (or 0x056AAE) is unknown color: approx Cerulean. HEX triplet: 05, 6A and AE. RGB value is (5,106,174). Sum of RGB (Red+Green+Blue) = 5+106+174=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #056AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAE is #FA9551. Grayscale: #535353. Windows color (decimal): -16422226 or 11430405. OLE color: 11430405.

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

Color convert

RGB5106174-
CMYK0.970.3900.32
HSL204.14º94.41%35.1%-
HSV(B)204.14º97.13%68.24%-
XYZ12.8613.441.95-
YUV83.55179.0471.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=1.75%
G=37.19%
B=61.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51061740.970.3900.32204.1494.4135.1
Hex56AAE6127020cc5e23
Octal51522561414704031413643
Binary10111010101010111011000011001110100000110011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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