Shades of Medium Blue #1000D3
Tints of Medium Blue #1000D3
RGB
CMYK
RGB Variations
Color information
#1000D3 (or 0x1000D3) is known color: Medium Blue. HEX triplet: 10, 00 and D3. RGB value is (16,0,211). Sum of RGB (Red+Green+Blue) = 16+0+211=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 211 (82.81% from 255 or 92.95% from 227); Max value from RGB is 211 - color contains mainly: blue. Hex color #1000D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000D3 is #EFFF2C. Grayscale: #1C1C1C. Windows color (decimal): -15728429 or 13828112. OLE color: 13828112.
HSL color Cylindrical-coordinate representation of color #1000D3: hue angle of 244.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000D3 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 0 | 211 | - |
| CMYK | 0.92 | 1 | 0 | 0.17 |
| HSL | 244.55º | 1% | 0.41% | - |
| HSV(B) | 244.55º | 1% | 0.83% | - |
| XYZ | 11.97 | 4.81 | 61.93 | - |
| YUV | 28.84 | 230.8 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 211 | 0.92 | 1 | 0 | 0.17 | 244.55 | 1 | 0.41 |
| Hex | 10 | 0 | D3 | 5C | 64 | 0 | 11 | F5 | 64 | 29 |
| Octal | 20 | 0 | 323 | 134 | 144 | 0 | 21 | 365 | 144 | 51 |
| Binary | 10000 | 0 | 11010011 | 1011100 | 1100100 | 0 | 10001 | 11110101 | 1100100 | 101001 |
Color Harmonies of #1000D3
Complementary color
Monochromatic Colors of #1000D3
Black with #1000D3
Text Example
Text Example
White with #1000D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000D3; }
p { color: rgb(16,0,211); }
H1.HeaderClassName
{
color: #1000D3;
}
.AnyTagClassName
{
color: #1000D3;
}
</style>
background-color css
<style>
a { background-color: #1000D3; }
a { background-color: rgb(16,0,211); }
div.DivClassName
{
background-color: #1000D3;
}
.BgClassName
{
background-color: #1000D3;
}
</style>
border-color css
<style>
span { border-color: #1000D3; }
span { border-color: rgb(16,0,211); }
td.TdClassName
{
border-color: #1000D3;
}
.TagClassName
{
border-color: #1000D3;
}
</style>