#056FAD

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

Shades of Cerulean #056FAD

Tints of Cerulean #056FAD

Color information

#056FAD (or 0x056FAD) is unknown color: approx Cerulean. HEX triplet: 05, 6F and AD. RGB value is (5,111,173). Sum of RGB (Red+Green+Blue) = 5+111+173=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #056FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056FAD is #FA9052. Grayscale: #565656. Windows color (decimal): -16420947 or 11366149. OLE color: 11366149.

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

Color convert

RGB5111173-
CMYK0.970.3600.32
HSL202.14º94.38%34.9%-
HSV(B)202.14º97.11%67.84%-
XYZ13.2914.4241.62-
YUV86.37176.8869.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=1.73%
G=38.41%
B=59.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51111730.970.3600.32202.1494.3834.9
Hex56FAD6124020ca5e23
Octal51572551414404031213643
Binary10111011111010110111000011001000100000110010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,111,173); }

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

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

 a { background-color: rgb(5,111,173); }

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

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

 span { border-color: rgb(5,111,173); }

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