#056AAC

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

Shades of Cerulean #056AAC

Tints of Cerulean #056AAC

Color information

#056AAC (or 0x056AAC) is unknown color: approx Cerulean. HEX triplet: 05, 6A and AC. RGB value is (5,106,172). Sum of RGB (Red+Green+Blue) = 5+106+172=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #056AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056AAC is #FA9553. Grayscale: #525252. Windows color (decimal): -16422228 or 11299333. OLE color: 11299333.

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

Color convert

RGB5106172-
CMYK0.970.3800.33
HSL203.71º94.35%34.71%-
HSV(B)203.71º97.09%67.45%-
XYZ12.6613.3240.93-
YUV83.32178.0472.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 172 (67.58% from 255) = 60.78%
R=1.77%
G=37.46%
B=60.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51061720.970.3800.33203.7194.3534.71
Hex56AAC6126021cc5e23
Octal51522541414604131413643
Binary10111010101010110011000011001100100001110011001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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