#1109B6

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

Shades of Medium Blue #1109B6

Tints of Medium Blue #1109B6

Color information

#1109B6 (or 0x1109B6) is unknown color: approx Medium Blue. HEX triplet: 11, 09 and B6. RGB value is (17,9,182). Sum of RGB (Red+Green+Blue) = 17+9+182=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 182 (71.48% from 255 or 87.5% from 208); Max value from RGB is 182 - color contains mainly: blue. Hex color #1109B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109B6 is #EEF649. Grayscale: #1E1E1E. Windows color (decimal): -15660618 or 11929873. OLE color: 11929873.

HSL color Cylindrical-coordinate representation of color #1109B6: hue angle of 242.77º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109B6 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179182-
CMYK0.910.9500.29
HSL242.77º90.58%37.45%-
HSV(B)242.77º95.05%71.37%-
XYZ8.773.6944.51-
YUV31.11213.15117.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 182 (71.48% from 255) = 87.5%
R=8.17%
G=4.33%
B=87.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791820.910.9500.29242.7790.5837.45
Hex119B65B5F01Df35b25
Octal211126613313703536313345
Binary1000110011011011010110111011111011101111100111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1109B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1109B6; }

 p { color: rgb(17,9,182); }

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

<style>
 a { background-color: #1109B6; }

 a { background-color: rgb(17,9,182); }

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

<style>
 span { border-color: #1109B6; }

 span { border-color: rgb(17,9,182); }

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