#056CAC

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

Shades of Cerulean #056CAC

Tints of Cerulean #056CAC

Color information

#056CAC (or 0x056CAC) is unknown color: approx Cerulean. HEX triplet: 05, 6C and AC. RGB value is (5,108,172). Sum of RGB (Red+Green+Blue) = 5+108+172=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #056CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CAC is #FA9353. Grayscale: #545454. Windows color (decimal): -16421716 or 11299845. OLE color: 11299845.

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

Color convert

RGB5108172-
CMYK0.970.3700.33
HSL202.99º94.35%34.71%-
HSV(B)202.99º97.09%67.45%-
XYZ12.8713.7441-
YUV84.5177.3871.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=1.75%
G=37.89%
B=60.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51081720.970.3700.33202.9994.3534.71
Hex56CAC6125021cb5e23
Octal51542541414504131313643
Binary10111011001010110011000011001010100001110010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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