Html Css Color HEX #116CAD Denim

📋 copy color: '#116CAD'

red 17 ◦ green 108 ◦ blue 173

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

Shades of Denim #116CAD

Tints of Denim #116CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

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

R = 5.7%
G = 36.24%
B = 58.05%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#116CAD (or 0x116CAD) is known color: Denim. HEX triplet: 11, 6C and AD. RGB value is (17,108,173). Sum of RGB (Red+Green+Blue) = 17+108+173=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #116CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116CAD is #EE9352. Grayscale: #575757. Windows color (decimal): -15635283 or 11365393. OLE color: 11365393.

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

Color convert

RGB 17 108 173 -
CMYK 0.90 0.38 0 0.32
HSL 205º 0.82% 0.37% -
HSV(B) 205º 0.9% 0.68% -
XYZ 13.14 13.86 41.52 -
YUV 88.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 17 108 173 0.90 0.38 0 0.32 205 0.82 0.37
Hex 11 6C AD 5A 26 0 20 CD 52 25
Octal 21 154 255 132 46 0 40 315 122 45
Binary 10001 1101100 10101101 1011010 100110 0 100000 11001101 1010010 100101

Color Harmonies of #116CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116CAD

Black with #116CAD

Text Example


Text Example

White with #116CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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