#056C99

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

Shades of Cerulean #056C99

Tints of Cerulean #056C99

Color information

#056C99 (or 0x056C99) is unknown color: approx Cerulean. HEX triplet: 05, 6C and 99. RGB value is (5,108,153). Sum of RGB (Red+Green+Blue) = 5+108+153=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #056C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C99 is #FA9366. Grayscale: #525252. Windows color (decimal): -16421735 or 10054661. OLE color: 10054661.

HSL color Cylindrical-coordinate representation of color #056C99: hue angle of 198.24º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056C99 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5108153-
CMYK0.970.2900.4
HSL198.24º93.67%30.98%-
HSV(B)198.24º96.73%60%-
XYZ11.1713.0632.07-
YUV82.33167.8872.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=1.88%
G=40.60%
B=57.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51081530.970.2900.4198.2493.6730.98
Hex56C99611D028c65e1f
Octal51542311413505030613637
Binary101110110010011001110000111101010100011000110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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