Html Css Color HEX #1166AD Denim

📋 copy color: '#1166AD'

red 17 ◦ green 102 ◦ blue 173

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

Shades of Denim #1166AD

Tints of Denim #1166AD

RGB

 RED value IS 17 (7.03% from 255) = 5.82%

 GREEN value IS 102 (40.23% from 255) = 34.93%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 5.82%
G = 34.93%
B = 59.25%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1166AD (or 0x1166AD) is known color: Denim. HEX triplet: 11, 66 and AD. RGB value is (17,102,173). Sum of RGB (Red+Green+Blue) = 17+102+173=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1166AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1166AD is #EE9952. Grayscale: #545454. Windows color (decimal): -15636819 or 11363857. OLE color: 11363857.

HSL color Cylindrical-coordinate representation of color #1166AD: hue angle of 207.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1166AD is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 102 173 -
CMYK 0.90 0.41 0 0.32
HSL 207.31º 0.82% 0.37% -
HSV(B) 207.31º 0.9% 0.68% -
XYZ 12.53 12.64 41.31 -
YUV 84.68 177.84 79.73 -
System Red Green Blue C M Y K H S L
Decimal 17 102 173 0.90 0.41 0 0.32 207.31 0.82 0.37
Hex 11 66 AD 5A 29 0 20 CF 52 25
Octal 21 146 255 132 51 0 40 317 122 45
Binary 10001 1100110 10101101 1011010 101001 0 100000 11001111 1010010 100101

Color Harmonies of #1166AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1166AD

Black with #1166AD

Text Example


Text Example

White with #1166AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1166AD; }

 p { color: rgb(17,102,173); }

 H1.HeaderClassName
 {
   color: #1166AD;
 }
 .AnyTagClassName
 {
   color: #1166AD;
 }
</style>

background-color css

<style>
 a { background-color: #1166AD; }

 a { background-color: rgb(17,102,173); }

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

border-color css

<style>
 span { border-color: #1166AD; }

 span { border-color: rgb(17,102,173); }

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