#166FB8

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

Shades of Denim #166FB8

Tints of Denim #166FB8

Color information

#166FB8 (or 0x166FB8) is unknown color: approx Denim. HEX triplet: 16, 6F and B8. RGB value is (22,111,184). Sum of RGB (Red+Green+Blue) = 22+111+184=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 184 (72.27% from 255 or 58.04% from 317); Max value from RGB is 184 - color contains mainly: blue. Hex color #166FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FB8 is #E99047. Grayscale: #5C5C5C. Windows color (decimal): -15306824 or 12087062. OLE color: 12087062.

HSL color Cylindrical-coordinate representation of color #166FB8: hue angle of 207.04º 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 #166FB8 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB22111184-
CMYK0.880.4000.28
HSL207.04º78.64%40.39%-
HSV(B)207.04º88.04%72.16%-
XYZ14.671547.47-
YUV92.71179.5177.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 184 (72.27% from 255) = 58.04%
R=6.94%
G=35.02%
B=58.04%

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
Decimal221111840.880.4000.28207.0478.6440.39
Hex166FB8582801Ccf4f28
Octal261572701305003431711750
Binary101101101111101110001011000101000011100110011111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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