#166BBF

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

Shades of Denim #166BBF

Tints of Denim #166BBF

Color information

#166BBF (or 0x166BBF) is unknown color: approx Denim. HEX triplet: 16, 6B and BF. RGB value is (22,107,191). Sum of RGB (Red+Green+Blue) = 22+107+191=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #166BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBF is #E99440. Grayscale: #5A5A5A. Windows color (decimal): -15307841 or 12544790. OLE color: 12544790.

HSL color Cylindrical-coordinate representation of color #166BBF: hue angle of 209.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BBF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22107191-
CMYK0.880.4400.25
HSL209.82º79.34%41.76%-
HSV(B)209.82º88.48%74.9%-
XYZ14.9914.4551.29-
YUV91.16184.3478.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.88%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 191 (75% from 255) = 59.69%
R=6.88%
G=33.44%
B=59.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221071910.880.4400.25209.8279.3441.76
Hex166BBF582C019d24f2a
Octal261532771305403132211752
Binary101101101011101111111011000101100011001110100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,107,191); }

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

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

 a { background-color: rgb(22,107,191); }

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

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

 span { border-color: rgb(22,107,191); }

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