Html Css Color HEX #116AAE Denim

📋 copy color: '#116AAE'

red 17 ◦ green 106 ◦ blue 174

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

Shades of Denim #116AAE

Tints of Denim #116AAE

RGB

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

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

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

R = 5.72%
G = 35.69%
B = 58.59%

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

#116AAE (or 0x116AAE) is known color: Denim. HEX triplet: 11, 6A and AE. RGB value is (17,106,174). Sum of RGB (Red+Green+Blue) = 17+106+174=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #116AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAE is #EE9551. Grayscale: #565656. Windows color (decimal): -15635794 or 11430417. OLE color: 11430417.

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

Color convert

RGB 17 106 174 -
CMYK 0.90 0.39 0 0.32
HSL 205.99º 0.82% 0.37% -
HSV(B) 205.99º 0.9% 0.68% -
XYZ 13.03 13.48 41.96 -
YUV 87.14 177.01 77.97 -
System Red Green Blue C M Y K H S L
Decimal 17 106 174 0.90 0.39 0 0.32 205.99 0.82 0.37
Hex 11 6A AE 5A 27 0 20 CE 52 25
Octal 21 152 256 132 47 0 40 316 122 45
Binary 10001 1101010 10101110 1011010 100111 0 100000 11001110 1010010 100101

Color Harmonies of #116AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AAE

Black with #116AAE

Text Example


Text Example

White with #116AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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