#166ACD

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

Shades of Denim #166ACD

Tints of Denim #166ACD

Color information

#166ACD (or 0x166ACD) is unknown color: approx Denim. HEX triplet: 16, 6A and CD. RGB value is (22,106,205). Sum of RGB (Red+Green+Blue) = 22+106+205=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #166ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ACD is #E99532. Grayscale: #5B5B5B. Windows color (decimal): -15308083 or 13462038. OLE color: 13462038.

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

Color convert

RGB22106205-
CMYK0.890.4800.20
HSL212.46º80.62%44.51%-
HSV(B)212.46º89.27%80.39%-
XYZ16.514.8959.76-
YUV92.17191.6777.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.61%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 61.56%
R=6.61%
G=31.83%
B=61.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal221062050.890.4800.20212.4680.6244.51
Hex166ACD5930014d4512d
Octal261523151316002432412155
Binary101101101010110011011011001110000010100110101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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