#166EB8

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

Shades of Denim #166EB8

Tints of Denim #166EB8

Color information

#166EB8 (or 0x166EB8) is unknown color: approx Denim. HEX triplet: 16, 6E and B8. RGB value is (22,110,184). Sum of RGB (Red+Green+Blue) = 22+110+184=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #166EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EB8 is #E99147. Grayscale: #5B5B5B. Windows color (decimal): -15307080 or 12086806. OLE color: 12086806.

HSL color Cylindrical-coordinate representation of color #166EB8: hue angle of 207.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166EB8 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB22110184-
CMYK0.880.4000.28
HSL207.41º78.64%40.39%-
HSV(B)207.41º88.04%72.16%-
XYZ14.5614.7847.43-
YUV92.12179.8577.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.96%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 184 (72.27% from 255) = 58.23%
R=6.96%
G=34.81%
B=58.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221101840.880.4000.28207.4178.6440.39
Hex166EB8582801Ccf4f28
Octal261562701305003431711750
Binary101101101110101110001011000101000011100110011111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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