Html Css Color HEX #116ABC Denim

📋 copy color: '#116ABC'

red 17 ◦ green 106 ◦ blue 188

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

Shades of Denim #116ABC

Tints of Denim #116ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 5.47%
G = 34.08%
B = 60.45%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#116ABC (or 0x116ABC) is known color: Denim. HEX triplet: 11, 6A and BC. RGB value is (17,106,188). Sum of RGB (Red+Green+Blue) = 17+106+188=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #116ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ABC is #EE9543. Grayscale: #585858. Windows color (decimal): -15635780 or 12347921. OLE color: 12347921.

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

Color convert

RGB 17 106 188 -
CMYK 0.91 0.44 0 0.26
HSL 208.77º 0.83% 0.4% -
HSV(B) 208.77º 0.91% 0.74% -
XYZ 14.46 14.06 49.53 -
YUV 88.74 184.01 76.83 -
System Red Green Blue C M Y K H S L
Decimal 17 106 188 0.91 0.44 0 0.26 208.77 0.83 0.4
Hex 11 6A BC 5B 2C 0 1A D1 53 28
Octal 21 152 274 133 54 0 32 321 123 50
Binary 10001 1101010 10111100 1011011 101100 0 11010 11010001 1010011 101000

Color Harmonies of #116ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116ABC

Black with #116ABC

Text Example


Text Example

White with #116ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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