Html Css Color HEX #116AAF Denim

📋 copy color: '#116AAF'

red 17 ◦ green 106 ◦ blue 175

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

Shades of Denim #116AAF

Tints of Denim #116AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.72%

R = 5.7%
G = 35.57%
B = 58.72%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#116AAF (or 0x116AAF) is known color: Denim. HEX triplet: 11, 6A and AF. RGB value is (17,106,175). Sum of RGB (Red+Green+Blue) = 17+106+175=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #116AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAF is #EE9550. Grayscale: #565656. Windows color (decimal): -15635793 or 11495953. OLE color: 11495953.

HSL color Cylindrical-coordinate representation of color #116AAF: hue angle of 206.2º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116AAF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 106 175 -
CMYK 0.90 0.39 0 0.31
HSL 206.2º 0.82% 0.38% -
HSV(B) 206.2º 0.9% 0.69% -
XYZ 13.12 13.52 42.48 -
YUV 87.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 17 106 175 0.90 0.39 0 0.31 206.2 0.82 0.38
Hex 11 6A AF 5A 27 0 1F CE 52 26
Octal 21 152 257 132 47 0 37 316 122 46
Binary 10001 1101010 10101111 1011010 100111 0 11111 11001110 1010010 100110

Color Harmonies of #116AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AAF

Black with #116AAF

Text Example


Text Example

White with #116AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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