#166ACA

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

Shades of Denim #166ACA

Tints of Denim #166ACA

Color information

#166ACA (or 0x166ACA) is unknown color: approx Denim. HEX triplet: 16, 6A and CA. RGB value is (22,106,202). Sum of RGB (Red+Green+Blue) = 22+106+202=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #166ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ACA is #E99535. Grayscale: #5B5B5B. Windows color (decimal): -15308086 or 13265430. OLE color: 13265430.

HSL color Cylindrical-coordinate representation of color #166ACA: hue angle of 212º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166ACA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22106202-
CMYK0.890.4800.21
HSL212º80.36%43.92%-
HSV(B)212º89.11%79.22%-
XYZ16.1514.7457.87-
YUV91.83190.1778.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=6.67%
G=32.12%
B=61.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221062020.890.4800.2121280.3643.92
Hex166ACA5930015d4502c
Octal261523121316002532412054
Binary101101101010110010101011001110000010101110101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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