Shades of Medium Blue #1010CD
Tints of Medium Blue #1010CD
RGB
CMYK
RGB Variations
Color information
#1010CD (or 0x1010CD) is known color: Medium Blue. HEX triplet: 10, 10 and CD. RGB value is (16,16,205). Sum of RGB (Red+Green+Blue) = 16+16+205=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #1010CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010CD is #EFEF32. Grayscale: #242424. Windows color (decimal): -15724339 or 13438992. OLE color: 13438992.
HSL color Cylindrical-coordinate representation of color #1010CD: hue angle of 240º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1010CD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 16 | 205 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.20 |
| HSL | 240º | 0.86% | 0.43% | - |
| HSV(B) | 240º | 0.92% | 0.8% | - |
| XYZ | 11.42 | 4.89 | 58.1 | - |
| YUV | 37.55 | 222.5 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 205 | 0.92 | 0.92 | 0 | 0.20 | 240 | 0.86 | 0.43 |
| Hex | 10 | 10 | CD | 5C | 5C | 0 | 14 | F0 | 56 | 2B |
| Octal | 20 | 20 | 315 | 134 | 134 | 0 | 24 | 360 | 126 | 53 |
| Binary | 10000 | 10000 | 11001101 | 1011100 | 1011100 | 0 | 10100 | 11110000 | 1010110 | 101011 |
Color Harmonies of #1010CD
Complementary color
Monochromatic Colors of #1010CD
Black with #1010CD
Text Example
Text Example
White with #1010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1010CD; }
p { color: rgb(16,16,205); }
H1.HeaderClassName
{
color: #1010CD;
}
.AnyTagClassName
{
color: #1010CD;
}
</style>
background-color css
<style>
a { background-color: #1010CD; }
a { background-color: rgb(16,16,205); }
div.DivClassName
{
background-color: #1010CD;
}
.BgClassName
{
background-color: #1010CD;
}
</style>
border-color css
<style>
span { border-color: #1010CD; }
span { border-color: rgb(16,16,205); }
td.TdClassName
{
border-color: #1010CD;
}
.TagClassName
{
border-color: #1010CD;
}
</style>