Html Css Color HEX #116DBF Denim

📋 copy color: '#116DBF'

red 17 ◦ green 109 ◦ blue 191

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

Shades of Denim #116DBF

Tints of Denim #116DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

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

R = 5.36%
G = 34.38%
B = 60.25%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#116DBF (or 0x116DBF) is known color: Denim. HEX triplet: 11, 6D and BF. RGB value is (17,109,191). Sum of RGB (Red+Green+Blue) = 17+109+191=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #116DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DBF is #EE9240. Grayscale: #5A5A5A. Windows color (decimal): -15635009 or 12545297. OLE color: 12545297.

HSL color Cylindrical-coordinate representation of color #116DBF: hue angle of 208.28º 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 #116DBF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 109 191 -
CMYK 0.91 0.43 0 0.25
HSL 208.28º 0.84% 0.41% -
HSV(B) 208.28º 0.91% 0.75% -
XYZ 15.1 14.82 51.35 -
YUV 90.84 184.52 75.33 -
System Red Green Blue C M Y K H S L
Decimal 17 109 191 0.91 0.43 0 0.25 208.28 0.84 0.41
Hex 11 6D BF 5B 2B 0 19 D0 54 29
Octal 21 155 277 133 53 0 31 320 124 51
Binary 10001 1101101 10111111 1011011 101011 0 11001 11010000 1010100 101001

Color Harmonies of #116DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DBF

Black with #116DBF

Text Example


Text Example

White with #116DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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