Html Css Color HEX #116EAF Denim

📋 copy color: '#116EAF'

red 17 ◦ green 110 ◦ blue 175

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

Shades of Denim #116EAF

Tints of Denim #116EAF

RGB

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

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

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

R = 5.63%
G = 36.42%
B = 57.95%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#116EAF (or 0x116EAF) is known color: Denim. HEX triplet: 11, 6E and AF. RGB value is (17,110,175). Sum of RGB (Red+Green+Blue) = 17+110+175=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #116EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAF is #EE9150. Grayscale: #595959. Windows color (decimal): -15634769 or 11496977. OLE color: 11496977.

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

Color convert

RGB 17 110 175 -
CMYK 0.90 0.37 0 0.31
HSL 204.68º 0.82% 0.38% -
HSV(B) 204.68º 0.9% 0.69% -
XYZ 13.54 14.37 42.62 -
YUV 89.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 17 110 175 0.90 0.37 0 0.31 204.68 0.82 0.38
Hex 11 6E AF 5A 25 0 1F CD 52 26
Octal 21 156 257 132 45 0 37 315 122 46
Binary 10001 1101110 10101111 1011010 100101 0 11111 11001101 1010010 100110

Color Harmonies of #116EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EAF

Black with #116EAF

Text Example


Text Example

White with #116EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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