Html Css Color HEX #116BAD Denim

📋 copy color: '#116BAD'

red 17 ◦ green 107 ◦ blue 173

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

Shades of Denim #116BAD

Tints of Denim #116BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 5.72%
G = 36.03%
B = 58.25%

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

#116BAD (or 0x116BAD) is known color: Denim. HEX triplet: 11, 6B and AD. RGB value is (17,107,173). Sum of RGB (Red+Green+Blue) = 17+107+173=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #116BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAD is #EE9452. Grayscale: #575757. Windows color (decimal): -15635539 or 11365137. OLE color: 11365137.

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

Color convert

RGB 17 107 173 -
CMYK 0.90 0.38 0 0.32
HSL 205.38º 0.82% 0.37% -
HSV(B) 205.38º 0.9% 0.68% -
XYZ 13.03 13.65 41.48 -
YUV 87.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 17 107 173 0.90 0.38 0 0.32 205.38 0.82 0.37
Hex 11 6B AD 5A 26 0 20 CD 52 25
Octal 21 153 255 132 46 0 40 315 122 45
Binary 10001 1101011 10101101 1011010 100110 0 100000 11001101 1010010 100101

Color Harmonies of #116BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BAD

Black with #116BAD

Text Example


Text Example

White with #116BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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