#056C98

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

Shades of Cerulean #056C98

Tints of Cerulean #056C98

Color information

#056C98 (or 0x056C98) is unknown color: approx Cerulean. HEX triplet: 05, 6C and 98. RGB value is (5,108,152). Sum of RGB (Red+Green+Blue) = 5+108+152=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #056C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C98 is #FA9367. Grayscale: #515151. Windows color (decimal): -16421736 or 9989125. OLE color: 9989125.

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

Color convert

RGB5108152-
CMYK0.970.2900.40
HSL197.96º93.63%30.78%-
HSV(B)197.96º96.71%59.61%-
XYZ11.0913.0231.64-
YUV82.22167.3872.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=1.89%
G=40.75%
B=57.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51081520.970.2900.40197.9693.6330.78
Hex56C98611D028c65e1f
Octal51542301413505030613637
Binary101110110010011000110000111101010100011000110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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