Shades of Medium Blue #0A00CD
Tints of Medium Blue #0A00CD
RGB
CMYK
RGB Variations
Color information
#0A00CD (or 0x0A00CD) is known color: Medium Blue. HEX triplet: 0A, 00 and CD. RGB value is (10,0,205). Sum of RGB (Red+Green+Blue) = 10+0+205=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 205 (80.47% from 255 or 95.35% from 215); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A00CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A00CD is #F5FF32. Grayscale: #191919. Windows color (decimal): -16121651 or 13434890. OLE color: 13434890.
HSL color Cylindrical-coordinate representation of color #0A00CD: hue angle of 242.93º 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 #0A00CD is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 0 | 205 | - |
| CMYK | 0.95 | 1 | 0 | 0.20 |
| HSL | 242.93º | 1% | 0.4% | - |
| HSV(B) | 242.93º | 1% | 0.8% | - |
| XYZ | 11.14 | 4.47 | 58.03 | - |
| YUV | 26.36 | 228.81 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 205 | 0.95 | 1 | 0 | 0.20 | 242.93 | 1 | 0.4 |
| Hex | A | 0 | CD | 5F | 64 | 0 | 14 | F3 | 64 | 28 |
| Octal | 12 | 0 | 315 | 137 | 144 | 0 | 24 | 363 | 144 | 50 |
| Binary | 1010 | 0 | 11001101 | 1011111 | 1100100 | 0 | 10100 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0A00CD
Complementary color
Monochromatic Colors of #0A00CD
Black with #0A00CD
Text Example
Text Example
White with #0A00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00CD; }
p { color: rgb(10,0,205); }
H1.HeaderClassName
{
color: #0A00CD;
}
.AnyTagClassName
{
color: #0A00CD;
}
</style>
background-color css
<style>
a { background-color: #0A00CD; }
a { background-color: rgb(10,0,205); }
div.DivClassName
{
background-color: #0A00CD;
}
.BgClassName
{
background-color: #0A00CD;
}
</style>
border-color css
<style>
span { border-color: #0A00CD; }
span { border-color: rgb(10,0,205); }
td.TdClassName
{
border-color: #0A00CD;
}
.TagClassName
{
border-color: #0A00CD;
}
</style>