Html Css Color HEX #116EAE Denim

📋 copy color: '#116EAE'

red 17 ◦ green 110 ◦ blue 174

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

Shades of Denim #116EAE

Tints of Denim #116EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

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

R = 5.65%
G = 36.54%
B = 57.81%

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

#116EAE (or 0x116EAE) is known color: Denim. HEX triplet: 11, 6E and AE. RGB value is (17,110,174). Sum of RGB (Red+Green+Blue) = 17+110+174=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #116EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAE is #EE9151. Grayscale: #595959. Windows color (decimal): -15634770 or 11431441. OLE color: 11431441.

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

Color convert

RGB 17 110 174 -
CMYK 0.90 0.37 0 0.32
HSL 204.46º 0.82% 0.37% -
HSV(B) 204.46º 0.9% 0.68% -
XYZ 13.45 14.33 42.1 -
YUV 89.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 17 110 174 0.90 0.37 0 0.32 204.46 0.82 0.37
Hex 11 6E AE 5A 25 0 20 CC 52 25
Octal 21 156 256 132 45 0 40 314 122 45
Binary 10001 1101110 10101110 1011010 100101 0 100000 11001100 1010010 100101

Color Harmonies of #116EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EAE

Black with #116EAE

Text Example


Text Example

White with #116EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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