Html Css Color HEX #116AAA Denim

📋 copy color: '#116AAA'

red 17 ◦ green 106 ◦ blue 170

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

Shades of Denim #116AAA

Tints of Denim #116AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.18%

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

R = 5.8%
G = 36.18%
B = 58.02%

CMYK

 C value IS 0.9

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#116AAA (or 0x116AAA) is known color: Denim. HEX triplet: 11, 6A and AA. RGB value is (17,106,170). Sum of RGB (Red+Green+Blue) = 17+106+170=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #116AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAA is #EE9555. Grayscale: #565656. Windows color (decimal): -15635798 or 11168273. OLE color: 11168273.

HSL color Cylindrical-coordinate representation of color #116AAA: hue angle of 205.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116AAA is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 106 170 -
CMYK 0.9 0.38 0 0.33
HSL 205.1º 0.82% 0.37% -
HSV(B) 205.1º 0.9% 0.67% -
XYZ 12.64 13.33 39.94 -
YUV 86.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 17 106 170 0.9 0.38 0 0.33 205.1 0.82 0.37
Hex 11 6A AA 5A 26 0 21 CD 52 25
Octal 21 152 252 132 46 0 41 315 122 45
Binary 10001 1101010 10101010 1011010 100110 0 100001 11001101 1010010 100101

Color Harmonies of #116AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AAA

Black with #116AAA

Text Example


Text Example

White with #116AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116AAA; }

 p { color: rgb(17,106,170); }

 H1.HeaderClassName
 {
   color: #116AAA;
 }
 .AnyTagClassName
 {
   color: #116AAA;
 }
</style>

background-color css

<style>
 a { background-color: #116AAA; }

 a { background-color: rgb(17,106,170); }

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

border-color css

<style>
 span { border-color: #116AAA; }

 span { border-color: rgb(17,106,170); }

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