Html Css Color HEX #116BBE Denim

📋 copy color: '#116BBE'

red 17 ◦ green 107 ◦ blue 190

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

Shades of Denim #116BBE

Tints of Denim #116BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 5.41%
G = 34.08%
B = 60.51%

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

#116BBE (or 0x116BBE) is known color: Denim. HEX triplet: 11, 6B and BE. RGB value is (17,107,190). Sum of RGB (Red+Green+Blue) = 17+107+190=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #116BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BBE is #EE9441. Grayscale: #595959. Windows color (decimal): -15635522 or 12479249. OLE color: 12479249.

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

Color convert

RGB 17 107 190 -
CMYK 0.91 0.44 0 0.25
HSL 208.79º 0.84% 0.41% -
HSV(B) 208.79º 0.91% 0.75% -
XYZ 14.78 14.35 50.71 -
YUV 89.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 17 107 190 0.91 0.44 0 0.25 208.79 0.84 0.41
Hex 11 6B BE 5B 2C 0 19 D1 54 29
Octal 21 153 276 133 54 0 31 321 124 51
Binary 10001 1101011 10111110 1011011 101100 0 11001 11010001 1010100 101001

Color Harmonies of #116BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BBE

Black with #116BBE

Text Example


Text Example

White with #116BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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