Shades of Medium Blue #0219CA
Tints of Medium Blue #0219CA
RGB
CMYK
RGB Variations
Color information
#0219CA (or 0x0219CA) is known color: Medium Blue. HEX triplet: 02, 19 and CA. RGB value is (2,25,202). Sum of RGB (Red+Green+Blue) = 2+25+202=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #0219CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219CA is #FDE635. Grayscale: #252525. Windows color (decimal): -16639542 or 13244674. OLE color: 13244674.
HSL color Cylindrical-coordinate representation of color #0219CA: hue angle of 233.1º 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 #0219CA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 25 | 202 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.21 |
| HSL | 233.1º | 0.98% | 0.4% | - |
| HSV(B) | 233.1º | 0.99% | 0.79% | - |
| XYZ | 11.03 | 4.97 | 56.26 | - |
| YUV | 38.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 202 | 0.99 | 0.88 | 0 | 0.21 | 233.1 | 0.98 | 0.4 |
| Hex | 2 | 19 | CA | 63 | 58 | 0 | 15 | E9 | 62 | 28 |
| Octal | 2 | 31 | 312 | 143 | 130 | 0 | 25 | 351 | 142 | 50 |
| Binary | 10 | 11001 | 11001010 | 1100011 | 1011000 | 0 | 10101 | 11101001 | 1100010 | 101000 |
Color Harmonies of #0219CA
Complementary color
Monochromatic Colors of #0219CA
Black with #0219CA
Text Example
Text Example
White with #0219CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219CA; }
p { color: rgb(2,25,202); }
H1.HeaderClassName
{
color: #0219CA;
}
.AnyTagClassName
{
color: #0219CA;
}
</style>
background-color css
<style>
a { background-color: #0219CA; }
a { background-color: rgb(2,25,202); }
div.DivClassName
{
background-color: #0219CA;
}
.BgClassName
{
background-color: #0219CA;
}
</style>
border-color css
<style>
span { border-color: #0219CA; }
span { border-color: rgb(2,25,202); }
td.TdClassName
{
border-color: #0219CA;
}
.TagClassName
{
border-color: #0219CA;
}
</style>