#166bb6

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

Shades of Denim #166BB6

Tints of Denim #166BB6

Color information

#166BB6 (or 0x166BB6) is unknown color: approx Denim. HEX triplet: 16, 6B and B6. RGB value is (22,107,182). Sum of RGB (Red+Green+Blue) = 22+107+182=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #166BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BB6 is #E99449. Grayscale: #595959. Windows color (decimal): -15307850 or 11954966. OLE color: 11954966.

HSL color Cylindrical-coordinate representation of color #166BB6: hue angle of 208.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BB6 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB22107182-
CMYK0.880.4100.29
HSL208.12º78.43%40%-
HSV(B)208.12º87.91%71.37%-
XYZ14.0314.0646.23-
YUV90.14179.8479.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.07%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 182 (71.48% from 255) = 58.52%
R=7.07%
G=34.41%
B=58.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221071820.880.4100.29208.1278.4340
Hex166BB6582901Dd04e28
Octal261532661305103532011650
Binary101101101011101101101011000101001011101110100001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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