#1113ba

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

Shades of Medium Blue #1113BA

Tints of Medium Blue #1113BA

Color information

#1113BA (or 0x1113BA) is unknown color: approx Medium Blue. HEX triplet: 11, 13 and BA. RGB value is (17,19,186). Sum of RGB (Red+Green+Blue) = 17+19+186=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #1113BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113BA is #EEEC45. Grayscale: #242424. Windows color (decimal): -15658054 or 12194577. OLE color: 12194577.

HSL color Cylindrical-coordinate representation of color #1113BA: hue angle of 239.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1113BA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1719186-
CMYK0.910.9000.27
HSL239.29º83.25%39.8%-
HSV(B)239.29º90.86%72.94%-
XYZ9.334.1346.76-
YUV37.44211.84113.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 186 (73.05% from 255) = 83.78%
R=7.66%
G=8.56%
B=83.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17191860.910.9000.27239.2983.2539.8
Hex1113BA5B5A01Bef5328
Octal212327213313203335712350
Binary10001100111011101010110111011010011011111011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1113ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1113ba; }

 p { color: rgb(17,19,186); }

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

<style>
 a { background-color: #1113ba; }

 a { background-color: rgb(17,19,186); }

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

<style>
 span { border-color: #1113ba; }

 span { border-color: rgb(17,19,186); }

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