Html Css Color HEX #116DAE Denim

📋 copy color: '#116DAE'

red 17 ◦ green 109 ◦ blue 174

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

Shades of Denim #116DAE

Tints of Denim #116DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 5.67%
G = 36.33%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#116DAE (or 0x116DAE) is known color: Denim. HEX triplet: 11, 6D and AE. RGB value is (17,109,174). Sum of RGB (Red+Green+Blue) = 17+109+174=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #116DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116DAE is #EE9251. Grayscale: #585858. Windows color (decimal): -15635026 or 11431185. OLE color: 11431185.

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

Color convert

RGB 17 109 174 -
CMYK 0.90 0.37 0 0.32
HSL 204.84º 0.82% 0.37% -
HSV(B) 204.84º 0.9% 0.68% -
XYZ 13.34 14.11 42.07 -
YUV 88.9 176.02 76.71 -
System Red Green Blue C M Y K H S L
Decimal 17 109 174 0.90 0.37 0 0.32 204.84 0.82 0.37
Hex 11 6D AE 5A 25 0 20 CD 52 25
Octal 21 155 256 132 45 0 40 315 122 45
Binary 10001 1101101 10101110 1011010 100101 0 100000 11001101 1010010 100101

Color Harmonies of #116DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DAE

Black with #116DAE

Text Example


Text Example

White with #116DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,174); }

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

background-color css

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

 a { background-color: rgb(17,109,174); }

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

border-color css

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

 span { border-color: rgb(17,109,174); }

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