Shades of Medium Blue #0A02CA
Tints of Medium Blue #0A02CA
RGB
CMYK
RGB Variations
Color information
#0A02CA (or 0x0A02CA) is known color: Medium Blue. HEX triplet: 0A, 02 and CA. RGB value is (10,2,202). Sum of RGB (Red+Green+Blue) = 10+2+202=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 202 (79.30% from 255 or 94.39% from 214); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A02CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A02CA is #F5FD35. Grayscale: #1A1A1A. Windows color (decimal): -16121142 or 13238794. OLE color: 13238794.
HSL color Cylindrical-coordinate representation of color #0A02CA: hue angle of 242.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A02CA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 2 | 202 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.21 |
| HSL | 242.4º | 0.98% | 0.4% | - |
| HSV(B) | 242.4º | 0.99% | 0.79% | - |
| XYZ | 10.81 | 4.37 | 56.15 | - |
| YUV | 27.19 | 226.65 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 202 | 0.95 | 0.99 | 0 | 0.21 | 242.4 | 0.98 | 0.4 |
| Hex | A | 2 | CA | 5F | 63 | 0 | 15 | F2 | 62 | 28 |
| Octal | 12 | 2 | 312 | 137 | 143 | 0 | 25 | 362 | 142 | 50 |
| Binary | 1010 | 10 | 11001010 | 1011111 | 1100011 | 0 | 10101 | 11110010 | 1100010 | 101000 |
Color Harmonies of #0A02CA
Complementary color
Monochromatic Colors of #0A02CA
Black with #0A02CA
Text Example
Text Example
White with #0A02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A02CA; }
p { color: rgb(10,2,202); }
H1.HeaderClassName
{
color: #0A02CA;
}
.AnyTagClassName
{
color: #0A02CA;
}
</style>
background-color css
<style>
a { background-color: #0A02CA; }
a { background-color: rgb(10,2,202); }
div.DivClassName
{
background-color: #0A02CA;
}
.BgClassName
{
background-color: #0A02CA;
}
</style>
border-color css
<style>
span { border-color: #0A02CA; }
span { border-color: rgb(10,2,202); }
td.TdClassName
{
border-color: #0A02CA;
}
.TagClassName
{
border-color: #0A02CA;
}
</style>