Shades of Medium Blue #1101DA
Tints of Medium Blue #1101DA
RGB
CMYK
RGB Variations
Color information
#1101DA (or 0x1101DA) is known color: Medium Blue. HEX triplet: 11, 01 and DA. RGB value is (17,1,218). Sum of RGB (Red+Green+Blue) = 17+1+218=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #1101DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101DA is #EEFE25. Grayscale: #1D1D1D. Windows color (decimal): -15662630 or 14287121. OLE color: 14287121.
HSL color Cylindrical-coordinate representation of color #1101DA: hue angle of 244.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101DA is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 1 | 218 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.15 |
| HSL | 244.42º | 0.99% | 0.43% | - |
| HSV(B) | 244.42º | 1% | 0.85% | - |
| XYZ | 12.9 | 5.2 | 66.65 | - |
| YUV | 30.52 | 233.8 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 218 | 0.92 | 1.00 | 0 | 0.15 | 244.42 | 0.99 | 0.43 |
| Hex | 11 | 1 | DA | 5C | 64 | 0 | F | F4 | 63 | 2B |
| Octal | 21 | 1 | 332 | 134 | 144 | 0 | 17 | 364 | 143 | 53 |
| Binary | 10001 | 1 | 11011010 | 1011100 | 1100100 | 0 | 1111 | 11110100 | 1100011 | 101011 |
Color Harmonies of #1101DA
Complementary color
Monochromatic Colors of #1101DA
Black with #1101DA
Text Example
Text Example
White with #1101DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101DA; }
p { color: rgb(17,1,218); }
H1.HeaderClassName
{
color: #1101DA;
}
.AnyTagClassName
{
color: #1101DA;
}
</style>
background-color css
<style>
a { background-color: #1101DA; }
a { background-color: rgb(17,1,218); }
div.DivClassName
{
background-color: #1101DA;
}
.BgClassName
{
background-color: #1101DA;
}
</style>
border-color css
<style>
span { border-color: #1101DA; }
span { border-color: rgb(17,1,218); }
td.TdClassName
{
border-color: #1101DA;
}
.TagClassName
{
border-color: #1101DA;
}
</style>