Shades of Medium Blue #1000D1
Tints of Medium Blue #1000D1
RGB
CMYK
RGB Variations
Color information
#1000D1 (or 0x1000D1) is known color: Medium Blue. HEX triplet: 10, 00 and D1. RGB value is (16,0,209). Sum of RGB (Red+Green+Blue) = 16+0+209=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 209 (82.03% from 255 or 92.89% from 225); Max value from RGB is 209 - color contains mainly: blue. Hex color #1000D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000D1 is #EFFF2E. Grayscale: #1B1B1B. Windows color (decimal): -15728431 or 13697040. OLE color: 13697040.
HSL color Cylindrical-coordinate representation of color #1000D1: hue angle of 244.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000D1 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 0 | 209 | - |
| CMYK | 0.92 | 1 | 0 | 0.18 |
| HSL | 244.59º | 1% | 0.41% | - |
| HSV(B) | 244.59º | 1% | 0.82% | - |
| XYZ | 11.72 | 4.71 | 60.61 | - |
| YUV | 28.61 | 229.8 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 209 | 0.92 | 1 | 0 | 0.18 | 244.59 | 1 | 0.41 |
| Hex | 10 | 0 | D1 | 5C | 64 | 0 | 12 | F5 | 64 | 29 |
| Octal | 20 | 0 | 321 | 134 | 144 | 0 | 22 | 365 | 144 | 51 |
| Binary | 10000 | 0 | 11010001 | 1011100 | 1100100 | 0 | 10010 | 11110101 | 1100100 | 101001 |
Color Harmonies of #1000D1
Complementary color
Monochromatic Colors of #1000D1
Black with #1000D1
Text Example
Text Example
White with #1000D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000D1; }
p { color: rgb(16,0,209); }
H1.HeaderClassName
{
color: #1000D1;
}
.AnyTagClassName
{
color: #1000D1;
}
</style>
background-color css
<style>
a { background-color: #1000D1; }
a { background-color: rgb(16,0,209); }
div.DivClassName
{
background-color: #1000D1;
}
.BgClassName
{
background-color: #1000D1;
}
</style>
border-color css
<style>
span { border-color: #1000D1; }
span { border-color: rgb(16,0,209); }
td.TdClassName
{
border-color: #1000D1;
}
.TagClassName
{
border-color: #1000D1;
}
</style>