Html Css Color HEX #116ABF Denim

📋 copy color: '#116ABF'

red 17 ◦ green 106 ◦ blue 191

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

Shades of Denim #116ABF

Tints of Denim #116ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.83%

R = 5.41%
G = 33.76%
B = 60.83%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#116ABF (or 0x116ABF) is known color: Denim. HEX triplet: 11, 6A and BF. RGB value is (17,106,191). Sum of RGB (Red+Green+Blue) = 17+106+191=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #116ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ABF is #EE9540. Grayscale: #585858. Windows color (decimal): -15635777 or 12544529. OLE color: 12544529.

HSL color Cylindrical-coordinate representation of color #116ABF: hue angle of 209.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116ABF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 106 191 -
CMYK 0.91 0.45 0 0.25
HSL 209.31º 0.84% 0.41% -
HSV(B) 209.31º 0.91% 0.75% -
XYZ 14.79 14.19 51.25 -
YUV 89.08 185.51 76.59 -
System Red Green Blue C M Y K H S L
Decimal 17 106 191 0.91 0.45 0 0.25 209.31 0.84 0.41
Hex 11 6A BF 5B 2D 0 19 D1 54 29
Octal 21 152 277 133 55 0 31 321 124 51
Binary 10001 1101010 10111111 1011011 101101 0 11001 11010001 1010100 101001

Color Harmonies of #116ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116ABF

Black with #116ABF

Text Example


Text Example

White with #116ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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