Html Css Color HEX #116FB9 Denim

📋 copy color: '#116FB9'

red 17 ◦ green 111 ◦ blue 185

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

Shades of Denim #116FB9

Tints of Denim #116FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 185 (72.66% from 255) = 59.11%

R = 5.43%
G = 35.46%
B = 59.11%

CMYK

 C value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#116FB9 (or 0x116FB9) is known color: Denim. HEX triplet: 11, 6F and B9. RGB value is (17,111,185). Sum of RGB (Red+Green+Blue) = 17+111+185=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #116FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FB9 is #EE9046. Grayscale: #5A5A5A. Windows color (decimal): -15634503 or 12152593. OLE color: 12152593.

HSL color Cylindrical-coordinate representation of color #116FB9: hue angle of 206.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116FB9 is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 111 185 -
CMYK 0.91 0.4 0 0.27
HSL 206.43º 0.83% 0.4% -
HSV(B) 206.43º 0.91% 0.73% -
XYZ 14.67 14.99 48.02 -
YUV 91.33 180.86 74.98 -
System Red Green Blue C M Y K H S L
Decimal 17 111 185 0.91 0.4 0 0.27 206.43 0.83 0.4
Hex 11 6F B9 5B 28 0 1B CE 53 28
Octal 21 157 271 133 50 0 33 316 123 50
Binary 10001 1101111 10111001 1011011 101000 0 11011 11001110 1010011 101000

Color Harmonies of #116FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FB9

Black with #116FB9

Text Example


Text Example

White with #116FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,185); }

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

background-color css

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

 a { background-color: rgb(17,111,185); }

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

border-color css

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

 span { border-color: rgb(17,111,185); }

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