#1115BE

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

Shades of Medium Blue #1115BE

Tints of Medium Blue #1115BE

Color information

#1115BE (or 0x1115BE) is unknown color: approx Medium Blue. HEX triplet: 11, 15 and BE. RGB value is (17,21,190). Sum of RGB (Red+Green+Blue) = 17+21+190=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #1115BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115BE is #EEEA41. Grayscale: #262626. Windows color (decimal): -15657538 or 12457233. OLE color: 12457233.

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

Color convert

RGB1721190-
CMYK0.910.8900.25
HSL238.61º83.57%40.59%-
HSV(B)238.61º91.05%74.51%-
XYZ9.794.3749.04-
YUV39.07213.17112.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 190 (74.61% from 255) = 83.33%
R=7.46%
G=9.21%
B=83.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17211900.910.8900.25238.6183.5740.59
Hex1115BE5B59019ef5429
Octal212527613313103135712451
Binary10001101011011111010110111011001011001111011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1115BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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