#166ABA

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

Shades of Denim #166ABA

Tints of Denim #166ABA

Color information

#166ABA (or 0x166ABA) is unknown color: approx Denim. HEX triplet: 16, 6A and BA. RGB value is (22,106,186). Sum of RGB (Red+Green+Blue) = 22+106+186=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #166ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ABA is #E99545. Grayscale: #595959. Windows color (decimal): -15308102 or 12216854. OLE color: 12216854.

HSL color Cylindrical-coordinate representation of color #166ABA: hue angle of 209.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166ABA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22106186-
CMYK0.880.4300.27
HSL209.27º78.85%40.78%-
HSV(B)209.27º88.17%72.94%-
XYZ14.3514.0248.41-
YUV90182.1779.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.01%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=7.01%
G=33.76%
B=59.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221061860.880.4300.27209.2778.8540.78
Hex166ABA582B01Bd14f29
Octal261522721305303332111751
Binary101101101010101110101011000101011011011110100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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