#116BBE

Color #116BBE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #116BBE

Tints of Denim #116BBE

Color information

#116BBE (or 0x116BBE) is unknown color: approx 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

RGB17107190-
CMYK0.910.4400.25
HSL208.79º83.57%40.59%-
HSV(B)208.79º91.05%74.51%-
XYZ14.7814.3550.71-
YUV89.55184.6876.25-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171071900.910.4400.25208.7983.5740.59
Hex116BBE5B2C019d15429
Octal211532761335403132112451
Binary100011101011101111101011011101100011001110100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>