Html Css Color HEX #166FAE Denim

📋 copy color: '#166FAE'

red 22 ◦ green 111 ◦ blue 174

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

Shades of Denim #166FAE

Tints of Denim #166FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.16%

 BLUE value IS 174 (68.36% from 255) = 56.68%

R = 7.17%
G = 36.16%
B = 56.68%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#166FAE (or 0x166FAE) is known color: Denim. HEX triplet: 16, 6F and AE. RGB value is (22,111,174). Sum of RGB (Red+Green+Blue) = 22+111+174=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #166FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166FAE is #E99051. Grayscale: #5B5B5B. Windows color (decimal): -15306834 or 11431702. OLE color: 11431702.

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

Color convert

RGB 22 111 174 -
CMYK 0.87 0.36 0 0.32
HSL 204.87º 0.78% 0.38% -
HSV(B) 204.87º 0.87% 0.68% -
XYZ 13.66 14.6 42.14 -
YUV 91.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 22 111 174 0.87 0.36 0 0.32 204.87 0.78 0.38
Hex 16 6F AE 57 24 0 20 CD 4E 26
Octal 26 157 256 127 44 0 40 315 116 46
Binary 10110 1101111 10101110 1010111 100100 0 100000 11001101 1001110 100110

Color Harmonies of #166FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FAE

Black with #166FAE

Text Example


Text Example

White with #166FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,111,174); }

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

background-color css

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

 a { background-color: rgb(22,111,174); }

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

border-color css

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

 span { border-color: rgb(22,111,174); }

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