#1103BE

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

Shades of Medium Blue #1103BE

Tints of Medium Blue #1103BE

Color information

#1103BE (or 0x1103BE) is unknown color: approx Medium Blue. HEX triplet: 11, 03 and BE. RGB value is (17,3,190). Sum of RGB (Red+Green+Blue) = 17+3+190=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #1103BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103BE is #EEFC41. Grayscale: #1B1B1B. Windows color (decimal): -15662146 or 12452625. OLE color: 12452625.

HSL color Cylindrical-coordinate representation of color #1103BE: hue angle of 244.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1103BE is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173190-
CMYK0.910.9800.25
HSL244.49º96.89%37.84%-
HSV(B)244.49º98.42%74.51%-
XYZ9.563.948.96-
YUV28.5219.14119.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 190 (74.61% from 255) = 90.48%
R=8.10%
G=1.43%
B=90.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731900.910.9800.25244.4996.8937.84
Hex113BE5B62019f46126
Octal21327613314203136414146
Binary10001111011111010110111100010011001111101001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1103BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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