#166EB2

Color #166EB2 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #166EB2

Tints of Denim #166EB2

Color information

#166EB2 (or 0x166EB2) is unknown color: approx Denim. HEX triplet: 16, 6E and B2. RGB value is (22,110,178). Sum of RGB (Red+Green+Blue) = 22+110+178=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #166EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166EB2 is #E9914D. Grayscale: #5B5B5B. Windows color (decimal): -15307086 or 11693590. OLE color: 11693590.

HSL color Cylindrical-coordinate representation of color #166EB2: hue angle of 206.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166EB2 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB22110178-
CMYK0.880.3800.30
HSL206.15º78%39.22%-
HSV(B)206.15º87.64%69.8%-
XYZ13.9414.5444.19-
YUV91.44176.8578.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.10%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 178 (69.92% from 255) = 57.42%
R=7.10%
G=35.48%
B=57.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221101780.880.3800.30206.157839.22
Hex166EB2582601Ece4e27
Octal261562621304603631611647
Binary101101101110101100101011000100110011110110011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166EB2; }

 p { color: rgb(22,110,178); }

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

<style>
 a { background-color: #166EB2; }

 a { background-color: rgb(22,110,178); }

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

<style>
 span { border-color: #166EB2; }

 span { border-color: rgb(22,110,178); }

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