#1105BA

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

Shades of Medium Blue #1105BA

Tints of Medium Blue #1105BA

Color information

#1105BA (or 0x1105BA) is unknown color: approx Medium Blue. HEX triplet: 11, 05 and BA. RGB value is (17,5,186). Sum of RGB (Red+Green+Blue) = 17+5+186=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #1105BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1105BA is #EEFA45. Grayscale: #1C1C1C. Windows color (decimal): -15661638 or 12190993. OLE color: 12190993.

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

Color convert

RGB175186-
CMYK0.910.9700.27
HSL243.98º94.76%37.45%-
HSV(B)243.98º97.31%72.94%-
XYZ9.153.7746.7-
YUV29.22216.48119.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 186 (73.05% from 255) = 89.42%
R=8.17%
G=2.40%
B=89.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751860.910.9700.27243.9894.7637.45
Hex115BA5B6101Bf45f25
Octal21527213314103336413745
Binary100011011011101010110111100001011011111101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1105BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1105BA; }

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

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

<style>
 a { background-color: #1105BA; }

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

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

<style>
 span { border-color: #1105BA; }

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

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