#1102D1

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

Shades of Medium Blue #1102D1

Tints of Medium Blue #1102D1

Color information

#1102D1 (or 0x1102D1) is unknown color: approx Medium Blue. HEX triplet: 11, 02 and D1. RGB value is (17,2,209). Sum of RGB (Red+Green+Blue) = 17+2+209=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 209 (82.03% from 255 or 91.67% from 228); Max value from RGB is 209 - color contains mainly: blue. Hex color #1102D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1102D1 is #EEFD2E. Grayscale: #1D1D1D. Windows color (decimal): -15662383 or 13697553. OLE color: 13697553.

HSL color Cylindrical-coordinate representation of color #1102D1: hue angle of 244.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1102D1 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172209-
CMYK0.920.9900.18
HSL244.35º98.1%41.37%-
HSV(B)244.35º99.04%81.96%-
XYZ11.764.7760.62-
YUV30.08228.97118.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 209 (82.03% from 255) = 91.67%
R=7.46%
G=0.88%
B=91.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722090.920.9900.18244.3598.141.37
Hex112D15C63012f46229
Octal21232113414302236414251
Binary10001101101000110111001100011010010111101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1102D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1102D1; }

 p { color: rgb(17,2,209); }

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

<style>
 a { background-color: #1102D1; }

 a { background-color: rgb(17,2,209); }

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

<style>
 span { border-color: #1102D1; }

 span { border-color: rgb(17,2,209); }

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