Shades of Medium Blue #1000CD
Tints of Medium Blue #1000CD
RGB
CMYK
RGB Variations
Color information
#1000CD (or 0x1000CD) is known color: Medium Blue. HEX triplet: 10, 00 and CD. RGB value is (16,0,205). Sum of RGB (Red+Green+Blue) = 16+0+205=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #1000CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000CD is #EFFF32. Grayscale: #1B1B1B. Windows color (decimal): -15728435 or 13434896. OLE color: 13434896.
HSL color Cylindrical-coordinate representation of color #1000CD: hue angle of 244.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1000CD is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 0 | 205 | - |
| CMYK | 0.92 | 1 | 0 | 0.20 |
| HSL | 244.68º | 1% | 0.4% | - |
| HSV(B) | 244.68º | 1% | 0.8% | - |
| XYZ | 11.23 | 4.52 | 58.04 | - |
| YUV | 28.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 205 | 0.92 | 1 | 0 | 0.20 | 244.68 | 1 | 0.4 |
| Hex | 10 | 0 | CD | 5C | 64 | 0 | 14 | F5 | 64 | 28 |
| Octal | 20 | 0 | 315 | 134 | 144 | 0 | 24 | 365 | 144 | 50 |
| Binary | 10000 | 0 | 11001101 | 1011100 | 1100100 | 0 | 10100 | 11110101 | 1100100 | 101000 |
Color Harmonies of #1000CD
Complementary color
Monochromatic Colors of #1000CD
Black with #1000CD
Text Example
Text Example
White with #1000CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1000CD; }
p { color: rgb(16,0,205); }
H1.HeaderClassName
{
color: #1000CD;
}
.AnyTagClassName
{
color: #1000CD;
}
</style>
background-color css
<style>
a { background-color: #1000CD; }
a { background-color: rgb(16,0,205); }
div.DivClassName
{
background-color: #1000CD;
}
.BgClassName
{
background-color: #1000CD;
}
</style>
border-color css
<style>
span { border-color: #1000CD; }
span { border-color: rgb(16,0,205); }
td.TdClassName
{
border-color: #1000CD;
}
.TagClassName
{
border-color: #1000CD;
}
</style>