#1116BE

Color #1116BE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1116BE

Tints of Medium Blue #1116BE

Color information

#1116BE (or 0x1116BE) is unknown color: approx Medium Blue. HEX triplet: 11, 16 and BE. RGB value is (17,22,190). Sum of RGB (Red+Green+Blue) = 17+22+190=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1116BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116BE is #EEE941. Grayscale: #262626. Windows color (decimal): -15657282 or 12457489. OLE color: 12457489.

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

Color convert

RGB1722190-
CMYK0.910.8800.25
HSL238.27º83.57%40.59%-
HSV(B)238.27º91.05%74.51%-
XYZ9.814.4149.05-
YUV39.66212.84111.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 190 (74.61% from 255) = 82.97%
R=7.42%
G=9.61%
B=82.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17221900.910.8800.25238.2783.5740.59
Hex1116BE5B58019ee5429
Octal212627613313003135612451
Binary10001101101011111010110111011000011001111011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1116BE; }

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

 H1.HeaderClassName
 {
   color: #1116BE;
 }
 .AnyTagClassName
 {
   color: #1116BE;
 }
</style>
background-color css

<style>
 a { background-color: #1116BE; }

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

 div.DivClassName
 {
   background-color: #1116BE;
 }
 .BgClassName
 {
   background-color: #1116BE;
 }
</style>
border-color css

<style>
 span { border-color: #1116BE; }

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

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