#1100bb

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

Shades of Medium Blue #1100BB

Tints of Medium Blue #1100BB

Color information

#1100BB (or 0x1100BB) is unknown color: approx Medium Blue. HEX triplet: 11, 00 and BB. RGB value is (17,0,187). Sum of RGB (Red+Green+Blue) = 17+0+187=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #1100BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100BB is #EEFF44. Grayscale: #191919. Windows color (decimal): -15662917 or 12255249. OLE color: 12255249.

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

Color convert

RGB170187-
CMYK0.91100.27
HSL245.45º100%36.67%-
HSV(B)245.45º100%73.33%-
XYZ9.23.7147.24-
YUV26.4218.63121.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 91.67%
R=8.33%
G=0%
B=91.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701870.91100.27245.4510036.67
Hex110BB5B6401Bf56425
Octal21027313314403336514445
Binary1000101011101110110111100100011011111101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1100bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1100bb; }

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

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

<style>
 a { background-color: #1100bb; }

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

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

<style>
 span { border-color: #1100bb; }

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

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