#166AB4

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

Shades of Denim #166AB4

Tints of Denim #166AB4

Color information

#166AB4 (or 0x166AB4) is unknown color: approx Denim. HEX triplet: 16, 6A and B4. RGB value is (22,106,180). Sum of RGB (Red+Green+Blue) = 22+106+180=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #166AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166AB4 is #E9954B. Grayscale: #585858. Windows color (decimal): -15308108 or 11823638. OLE color: 11823638.

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

Color convert

RGB22106180-
CMYK0.880.4100.29
HSL208.1º78.22%39.61%-
HSV(B)208.1º87.78%70.59%-
XYZ13.7213.7745.12-
YUV89.32179.1779.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.14%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=7.14%
G=34.42%
B=58.44%

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
Decimal221061800.880.4100.29208.178.2239.61
Hex166AB4582901Dd04e28
Octal261522641305103532011650
Binary101101101010101101001011000101001011101110100001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,106,180); }

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

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

 a { background-color: rgb(22,106,180); }

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

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

 span { border-color: rgb(22,106,180); }

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