#16709C

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

Shades of Cerulean #16709C

Tints of Cerulean #16709C

Color information

#16709C (or 0x16709C) is unknown color: approx Cerulean. HEX triplet: 16, 70 and 9C. RGB value is (22,112,156). Sum of RGB (Red+Green+Blue) = 22+112+156=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #16709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16709C is #E98F63. Grayscale: #595959. Windows color (decimal): -15306596 or 10252310. OLE color: 10252310.

HSL color Cylindrical-coordinate representation of color #16709C: hue angle of 199.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16709C is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22112156-
CMYK0.860.2800.39
HSL199.7º75.28%34.9%-
HSV(B)199.7º85.9%61.18%-
XYZ12.1314.1633.55-
YUV90.11165.1879.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=7.59%
G=38.62%
B=53.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221121560.860.2800.39199.775.2834.9
Hex16709C561C027c84b23
Octal261602341263404731011343
Binary101101110000100111001010110111000100111110010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16709C; }

 p { color: rgb(22,112,156); }

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

<style>
 a { background-color: #16709C; }

 a { background-color: rgb(22,112,156); }

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

<style>
 span { border-color: #16709C; }

 span { border-color: rgb(22,112,156); }

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