Shades of Medium Blue #0A0ECD
Tints of Medium Blue #0A0ECD
RGB
CMYK
RGB Variations
Color information
#0A0ECD (or 0x0A0ECD) is known color: Medium Blue. HEX triplet: 0A, 0E and CD. RGB value is (10,14,205). Sum of RGB (Red+Green+Blue) = 10+14+205=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A0ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0ECD is #F5F132. Grayscale: #212121. Windows color (decimal): -16118067 or 13438474. OLE color: 13438474.
HSL color Cylindrical-coordinate representation of color #0A0ECD: hue angle of 238.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0ECD is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 14 | 205 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.20 |
| HSL | 238.77º | 0.91% | 0.42% | - |
| HSV(B) | 238.77º | 0.95% | 0.8% | - |
| XYZ | 11.3 | 4.79 | 58.09 | - |
| YUV | 34.58 | 224.17 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 205 | 0.95 | 0.93 | 0 | 0.20 | 238.77 | 0.91 | 0.42 |
| Hex | A | E | CD | 5F | 5D | 0 | 14 | EF | 5B | 2A |
| Octal | 12 | 16 | 315 | 137 | 135 | 0 | 24 | 357 | 133 | 52 |
| Binary | 1010 | 1110 | 11001101 | 1011111 | 1011101 | 0 | 10100 | 11101111 | 1011011 | 101010 |
Color Harmonies of #0A0ECD
Complementary color
Monochromatic Colors of #0A0ECD
Black with #0A0ECD
Text Example
Text Example
White with #0A0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0ECD; }
p { color: rgb(10,14,205); }
H1.HeaderClassName
{
color: #0A0ECD;
}
.AnyTagClassName
{
color: #0A0ECD;
}
</style>
background-color css
<style>
a { background-color: #0A0ECD; }
a { background-color: rgb(10,14,205); }
div.DivClassName
{
background-color: #0A0ECD;
}
.BgClassName
{
background-color: #0A0ECD;
}
</style>
border-color css
<style>
span { border-color: #0A0ECD; }
span { border-color: rgb(10,14,205); }
td.TdClassName
{
border-color: #0A0ECD;
}
.TagClassName
{
border-color: #0A0ECD;
}
</style>