Shades of Medium Blue #0A00CA
Tints of Medium Blue #0A00CA
RGB
CMYK
RGB Variations
Color information
#0A00CA (or 0x0A00CA) is known color: Medium Blue. HEX triplet: 0A, 00 and CA. RGB value is (10,0,202). Sum of RGB (Red+Green+Blue) = 10+0+202=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 202 (79.30% from 255 or 95.28% from 212); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A00CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A00CA is #F5FF35. Grayscale: #191919. Windows color (decimal): -16121654 or 13238282. OLE color: 13238282.
HSL color Cylindrical-coordinate representation of color #0A00CA: hue angle of 242.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A00CA is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 0 | 202 | - |
| CMYK | 0.95 | 1 | 0 | 0.21 |
| HSL | 242.97º | 1% | 0.4% | - |
| HSV(B) | 242.97º | 1% | 0.79% | - |
| XYZ | 10.79 | 4.33 | 56.14 | - |
| YUV | 26.02 | 227.31 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 202 | 0.95 | 1 | 0 | 0.21 | 242.97 | 1 | 0.4 |
| Hex | A | 0 | CA | 5F | 64 | 0 | 15 | F3 | 64 | 28 |
| Octal | 12 | 0 | 312 | 137 | 144 | 0 | 25 | 363 | 144 | 50 |
| Binary | 1010 | 0 | 11001010 | 1011111 | 1100100 | 0 | 10101 | 11110011 | 1100100 | 101000 |
Color Harmonies of #0A00CA
Complementary color
Monochromatic Colors of #0A00CA
Black with #0A00CA
Text Example
Text Example
White with #0A00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A00CA; }
p { color: rgb(10,0,202); }
H1.HeaderClassName
{
color: #0A00CA;
}
.AnyTagClassName
{
color: #0A00CA;
}
</style>
background-color css
<style>
a { background-color: #0A00CA; }
a { background-color: rgb(10,0,202); }
div.DivClassName
{
background-color: #0A00CA;
}
.BgClassName
{
background-color: #0A00CA;
}
</style>
border-color css
<style>
span { border-color: #0A00CA; }
span { border-color: rgb(10,0,202); }
td.TdClassName
{
border-color: #0A00CA;
}
.TagClassName
{
border-color: #0A00CA;
}
</style>