Html Css Color HEX #116AAD Denim

📋 copy color: '#116AAD'

red 17 ◦ green 106 ◦ blue 173

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

Shades of Denim #116AAD

Tints of Denim #116AAD

RGB

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

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

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

R = 5.74%
G = 35.81%
B = 58.45%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#116AAD (or 0x116AAD) is known color: Denim. HEX triplet: 11, 6A and AD. RGB value is (17,106,173). Sum of RGB (Red+Green+Blue) = 17+106+173=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #116AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAD is #EE9552. Grayscale: #565656. Windows color (decimal): -15635795 or 11364881. OLE color: 11364881.

HSL color Cylindrical-coordinate representation of color #116AAD: hue angle of 205.77º 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 #116AAD is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 106 173 -
CMYK 0.90 0.39 0 0.32
HSL 205.77º 0.82% 0.37% -
HSV(B) 205.77º 0.9% 0.68% -
XYZ 12.93 13.44 41.45 -
YUV 87.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 17 106 173 0.90 0.39 0 0.32 205.77 0.82 0.37
Hex 11 6A AD 5A 27 0 20 CE 52 25
Octal 21 152 255 132 47 0 40 316 122 45
Binary 10001 1101010 10101101 1011010 100111 0 100000 11001110 1010010 100101

Color Harmonies of #116AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AAD

Black with #116AAD

Text Example


Text Example

White with #116AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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