#1106BE

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

Shades of Medium Blue #1106BE

Tints of Medium Blue #1106BE

Color information

#1106BE (or 0x1106BE) is unknown color: approx Medium Blue. HEX triplet: 11, 06 and BE. RGB value is (17,6,190). Sum of RGB (Red+Green+Blue) = 17+6+190=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #1106BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1106BE is #EEF941. Grayscale: #1D1D1D. Windows color (decimal): -15661378 or 12453393. OLE color: 12453393.

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

Color convert

RGB176190-
CMYK0.910.9700.25
HSL243.59º93.88%38.43%-
HSV(B)243.59º96.84%74.51%-
XYZ9.593.9748.98-
YUV30.26218.14118.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 190 (74.61% from 255) = 89.20%
R=7.98%
G=2.82%
B=89.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761900.910.9700.25243.5993.8838.43
Hex116BE5B61019f45e26
Octal21627613314103136413646
Binary100011101011111010110111100001011001111101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1106BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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