#056BAC

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

Shades of Cerulean #056BAC

Tints of Cerulean #056BAC

Color information

#056BAC (or 0x056BAC) is unknown color: approx Cerulean. HEX triplet: 05, 6B and AC. RGB value is (5,107,172). Sum of RGB (Red+Green+Blue) = 5+107+172=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #056BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BAC is #FA9453. Grayscale: #535353. Windows color (decimal): -16421972 or 11299589. OLE color: 11299589.

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

Color convert

RGB5107172-
CMYK0.970.3800.33
HSL203.35º94.35%34.71%-
HSV(B)203.35º97.09%67.45%-
XYZ12.7713.5340.97-
YUV83.91177.7171.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=1.76%
G=37.68%
B=60.56%

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
Decimal51071720.970.3800.33203.3594.3534.71
Hex56BAC6126021cb5e23
Octal51532541414604131313643
Binary10111010111010110011000011001100100001110010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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