#16749D

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

Shades of Cerulean #16749D

Tints of Cerulean #16749D

Color information

#16749D (or 0x16749D) is unknown color: approx Cerulean. HEX triplet: 16, 74 and 9D. RGB value is (22,116,157). Sum of RGB (Red+Green+Blue) = 22+116+157=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #16749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16749D is #E98B62. Grayscale: #5C5C5C. Windows color (decimal): -15305571 or 10318870. OLE color: 10318870.

HSL color Cylindrical-coordinate representation of color #16749D: hue angle of 198.22º degrees, saturation: 0.75, 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 #16749D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22116157-
CMYK0.860.2600.38
HSL198.22º75.42%35.1%-
HSV(B)198.22º85.99%61.57%-
XYZ12.6615.134.14-
YUV92.57164.3677.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.46%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=7.46%
G=39.32%
B=53.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221161570.860.2600.38198.2275.4235.1
Hex16749D561A026c64b23
Octal261642351263204630611343
Binary101101110100100111011010110110100100110110001101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16749D; }

 p { color: rgb(22,116,157); }

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

<style>
 a { background-color: #16749D; }

 a { background-color: rgb(22,116,157); }

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

<style>
 span { border-color: #16749D; }

 span { border-color: rgb(22,116,157); }

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