Html Css Color HEX #116EBC Denim

📋 copy color: '#116EBC'

red 17 ◦ green 110 ◦ blue 188

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

Shades of Denim #116EBC

Tints of Denim #116EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

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

R = 5.4%
G = 34.92%
B = 59.68%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#116EBC (or 0x116EBC) is known color: Denim. HEX triplet: 11, 6E and BC. RGB value is (17,110,188). Sum of RGB (Red+Green+Blue) = 17+110+188=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #116EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EBC is #EE9143. Grayscale: #5A5A5A. Windows color (decimal): -15634756 or 12348945. OLE color: 12348945.

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

Color convert

RGB 17 110 188 -
CMYK 0.91 0.41 0 0.26
HSL 207.37º 0.83% 0.4% -
HSV(B) 207.37º 0.91% 0.74% -
XYZ 14.88 14.9 49.67 -
YUV 91.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 17 110 188 0.91 0.41 0 0.26 207.37 0.83 0.4
Hex 11 6E BC 5B 29 0 1A CF 53 28
Octal 21 156 274 133 51 0 32 317 123 50
Binary 10001 1101110 10111100 1011011 101001 0 11010 11001111 1010011 101000

Color Harmonies of #116EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EBC

Black with #116EBC

Text Example


Text Example

White with #116EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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