#16709E

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

Shades of Cerulean #16709E

Tints of Cerulean #16709E

Color information

#16709E (or 0x16709E) is unknown color: approx Cerulean. HEX triplet: 16, 70 and 9E. RGB value is (22,112,158). Sum of RGB (Red+Green+Blue) = 22+112+158=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #16709E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16709E is #E98F61. Grayscale: #5A5A5A. Windows color (decimal): -15306594 or 10383382. OLE color: 10383382.

HSL color Cylindrical-coordinate representation of color #16709E: hue angle of 200.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16709E is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22112158-
CMYK0.860.2900.38
HSL200.29º75.56%35.29%-
HSV(B)200.29º86.08%61.96%-
XYZ12.314.2334.45-
YUV90.33166.1879.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.53%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=7.53%
G=38.36%
B=54.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221121580.860.2900.38200.2975.5635.29
Hex16709E561D026c84c23
Octal261602361263504631011443
Binary101101110000100111101010110111010100110110010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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