Shades of Medium Blue #0213CA
Tints of Medium Blue #0213CA
RGB
CMYK
RGB Variations
Color information
#0213CA (or 0x0213CA) is known color: Medium Blue. HEX triplet: 02, 13 and CA. RGB value is (2,19,202). Sum of RGB (Red+Green+Blue) = 2+19+202=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 202 (79.30% from 255 or 90.58% from 223); Max value from RGB is 202 - color contains mainly: blue. Hex color #0213CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0213CA is #FDEC35. Grayscale: #222222. Windows color (decimal): -16641078 or 13243138. OLE color: 13243138.
HSL color Cylindrical-coordinate representation of color #0213CA: hue angle of 234.9º 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 #0213CA is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 19 | 202 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.21 |
| HSL | 234.9º | 0.98% | 0.4% | - |
| HSV(B) | 234.9º | 0.99% | 0.79% | - |
| XYZ | 10.92 | 4.74 | 56.22 | - |
| YUV | 34.78 | 222.37 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 202 | 0.99 | 0.91 | 0 | 0.21 | 234.9 | 0.98 | 0.4 |
| Hex | 2 | 13 | CA | 63 | 5B | 0 | 15 | EB | 62 | 28 |
| Octal | 2 | 23 | 312 | 143 | 133 | 0 | 25 | 353 | 142 | 50 |
| Binary | 10 | 10011 | 11001010 | 1100011 | 1011011 | 0 | 10101 | 11101011 | 1100010 | 101000 |
Color Harmonies of #0213CA
Complementary color
Monochromatic Colors of #0213CA
Black with #0213CA
Text Example
Text Example
White with #0213CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213CA; }
p { color: rgb(2,19,202); }
H1.HeaderClassName
{
color: #0213CA;
}
.AnyTagClassName
{
color: #0213CA;
}
</style>
background-color css
<style>
a { background-color: #0213CA; }
a { background-color: rgb(2,19,202); }
div.DivClassName
{
background-color: #0213CA;
}
.BgClassName
{
background-color: #0213CA;
}
</style>
border-color css
<style>
span { border-color: #0213CA; }
span { border-color: rgb(2,19,202); }
td.TdClassName
{
border-color: #0213CA;
}
.TagClassName
{
border-color: #0213CA;
}
</style>