#16769D

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

Shades of Cerulean #16769D

Tints of Cerulean #16769D

Color information

#16769D (or 0x16769D) is unknown color: approx Cerulean. HEX triplet: 16, 76 and 9D. RGB value is (22,118,157). Sum of RGB (Red+Green+Blue) = 22+118+157=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #16769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16769D is #E98962. Grayscale: #5D5D5D. Windows color (decimal): -15305059 or 10319382. OLE color: 10319382.

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

Color convert

RGB22118157-
CMYK0.860.2500.38
HSL197.33º75.42%35.1%-
HSV(B)197.33º85.99%61.57%-
XYZ12.915.5634.22-
YUV93.74163.776.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.41%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=7.41%
G=39.73%
B=52.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221181570.860.2500.38197.3375.4235.1
Hex16769D5619026c54b23
Octal261662351263104630511343
Binary101101110110100111011010110110010100110110001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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