Html Css Color HEX #116EB0 Denim

📋 copy color: '#116EB0'

red 17 ◦ green 110 ◦ blue 176

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

Shades of Denim #116EB0

Tints of Denim #116EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 58.09%

R = 5.61%
G = 36.3%
B = 58.09%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#116EB0 (or 0x116EB0) is known color: Denim. HEX triplet: 11, 6E and B0. RGB value is (17,110,176). Sum of RGB (Red+Green+Blue) = 17+110+176=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #116EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EB0 is #EE914F. Grayscale: #595959. Windows color (decimal): -15634768 or 11562513. OLE color: 11562513.

HSL color Cylindrical-coordinate representation of color #116EB0: hue angle of 204.91º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116EB0 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 110 176 -
CMYK 0.90 0.37 0 0.31
HSL 204.91º 0.82% 0.38% -
HSV(B) 204.91º 0.9% 0.69% -
XYZ 13.64 14.41 43.14 -
YUV 89.72 176.69 76.13 -
System Red Green Blue C M Y K H S L
Decimal 17 110 176 0.90 0.37 0 0.31 204.91 0.82 0.38
Hex 11 6E B0 5A 25 0 1F CD 52 26
Octal 21 156 260 132 45 0 37 315 122 46
Binary 10001 1101110 10110000 1011010 100101 0 11111 11001101 1010010 100110

Color Harmonies of #116EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EB0

Black with #116EB0

Text Example


Text Example

White with #116EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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