Html Css Color HEX #166DAA Denim

📋 copy color: '#166DAA'

red 22 ◦ green 109 ◦ blue 170

#166DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #166DAA

Tints of Denim #166DAA

RGB

 RED value IS 22 (8.98% from 255) = 7.31%

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 7.31%
G = 36.21%
B = 56.48%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#166DAA (or 0x166DAA) is known color: Denim. HEX triplet: 16, 6D and AA. RGB value is (22,109,170). Sum of RGB (Red+Green+Blue) = 22+109+170=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #166DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166DAA is #E99255. Grayscale: #595959. Windows color (decimal): -15307350 or 11169046. OLE color: 11169046.

HSL color Cylindrical-coordinate representation of color #166DAA: hue angle of 204.73º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166DAA is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 109 170 -
CMYK 0.87 0.36 0 0.33
HSL 204.73º 0.77% 0.38% -
HSV(B) 204.73º 0.87% 0.67% -
XYZ 13.06 14.01 40.05 -
YUV 89.94 173.18 79.54 -
System Red Green Blue C M Y K H S L
Decimal 22 109 170 0.87 0.36 0 0.33 204.73 0.77 0.38
Hex 16 6D AA 57 24 0 21 CD 4D 26
Octal 26 155 252 127 44 0 41 315 115 46
Binary 10110 1101101 10101010 1010111 100100 0 100001 11001101 1001101 100110

Color Harmonies of #166DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DAA

Black with #166DAA

Text Example


Text Example

White with #166DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,109,170); }

 H1.HeaderClassName
 {
   color: #166DAA;
 }
 .AnyTagClassName
 {
   color: #166DAA;
 }
</style>

background-color css

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

 a { background-color: rgb(22,109,170); }

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

border-color css

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

 span { border-color: rgb(22,109,170); }

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