#1103BB

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

Shades of Medium Blue #1103BB

Tints of Medium Blue #1103BB

Color information

#1103BB (or 0x1103BB) is unknown color: approx Medium Blue. HEX triplet: 11, 03 and BB. RGB value is (17,3,187). Sum of RGB (Red+Green+Blue) = 17+3+187=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #1103BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1103BB is #EEFC44. Grayscale: #1B1B1B. Windows color (decimal): -15662149 or 12256017. OLE color: 12256017.

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

Color convert

RGB173187-
CMYK0.910.9800.27
HSL244.57º96.84%37.25%-
HSV(B)244.57º98.4%73.33%-
XYZ9.233.7747.26-
YUV28.16217.64120.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 187 (73.44% from 255) = 90.34%
R=8.21%
G=1.45%
B=90.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731870.910.9800.27244.5796.8437.25
Hex113BB5B6201Bf56125
Octal21327313314203336514145
Binary10001111011101110110111100010011011111101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1103BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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