Html Css Color HEX #116ABE Denim

📋 copy color: '#116ABE'

red 17 ◦ green 106 ◦ blue 190

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

Shades of Denim #116ABE

Tints of Denim #116ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 5.43%
G = 33.87%
B = 60.7%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#116ABE (or 0x116ABE) is known color: Denim. HEX triplet: 11, 6A and BE. RGB value is (17,106,190). Sum of RGB (Red+Green+Blue) = 17+106+190=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #116ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ABE is #EE9541. Grayscale: #585858. Windows color (decimal): -15635778 or 12478993. OLE color: 12478993.

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

Color convert

RGB 17 106 190 -
CMYK 0.91 0.44 0 0.25
HSL 209.13º 0.84% 0.41% -
HSV(B) 209.13º 0.91% 0.75% -
XYZ 14.68 14.14 50.67 -
YUV 88.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 17 106 190 0.91 0.44 0 0.25 209.13 0.84 0.41
Hex 11 6A BE 5B 2C 0 19 D1 54 29
Octal 21 152 276 133 54 0 31 321 124 51
Binary 10001 1101010 10111110 1011011 101100 0 11001 11010001 1010100 101001

Color Harmonies of #116ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116ABE

Black with #116ABE

Text Example


Text Example

White with #116ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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