#1101BB

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

Shades of Medium Blue #1101BB

Tints of Medium Blue #1101BB

Color information

#1101BB (or 0x1101BB) is unknown color: approx Medium Blue. HEX triplet: 11, 01 and BB. RGB value is (17,1,187). Sum of RGB (Red+Green+Blue) = 17+1+187=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 187 (73.44% from 255 or 91.22% from 205); Max value from RGB is 187 - color contains mainly: blue. Hex color #1101BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101BB is #EEFE44. Grayscale: #1A1A1A. Windows color (decimal): -15662661 or 12255505. OLE color: 12255505.

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

Color convert

RGB171187-
CMYK0.910.9900.27
HSL245.16º98.94%36.86%-
HSV(B)245.16º99.47%73.33%-
XYZ9.213.7347.25-
YUV26.99218.3120.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 187 (73.44% from 255) = 91.22%
R=8.29%
G=0.49%
B=91.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711870.910.9900.27245.1698.9436.86
Hex111BB5B6301Bf56325
Octal21127313314303336514345
Binary1000111011101110110111100011011011111101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1101BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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