Shades of Medium Blue #0219C5
Tints of Medium Blue #0219C5
RGB
CMYK
RGB Variations
Color information
#0219C5 (or 0x0219C5) is known color: Medium Blue. HEX triplet: 02, 19 and C5. RGB value is (2,25,197). Sum of RGB (Red+Green+Blue) = 2+25+197=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 197 (77.34% from 255 or 87.95% from 224); Max value from RGB is 197 - color contains mainly: blue. Hex color #0219C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219C5 is #FDE63A. Grayscale: #252525. Windows color (decimal): -16639547 or 12916994. OLE color: 12916994.
HSL color Cylindrical-coordinate representation of color #0219C5: hue angle of 232.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219C5 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 25 | 197 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.23 |
| HSL | 232.92º | 0.98% | 0.39% | - |
| HSV(B) | 232.92º | 0.99% | 0.77% | - |
| XYZ | 10.45 | 4.74 | 53.19 | - |
| YUV | 37.73 | 217.88 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 197 | 0.99 | 0.87 | 0 | 0.23 | 232.92 | 0.98 | 0.39 |
| Hex | 2 | 19 | C5 | 63 | 57 | 0 | 17 | E9 | 62 | 27 |
| Octal | 2 | 31 | 305 | 143 | 127 | 0 | 27 | 351 | 142 | 47 |
| Binary | 10 | 11001 | 11000101 | 1100011 | 1010111 | 0 | 10111 | 11101001 | 1100010 | 100111 |
Color Harmonies of #0219C5
Complementary color
Monochromatic Colors of #0219C5
Black with #0219C5
Text Example
Text Example
White with #0219C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219C5; }
p { color: rgb(2,25,197); }
H1.HeaderClassName
{
color: #0219C5;
}
.AnyTagClassName
{
color: #0219C5;
}
</style>
background-color css
<style>
a { background-color: #0219C5; }
a { background-color: rgb(2,25,197); }
div.DivClassName
{
background-color: #0219C5;
}
.BgClassName
{
background-color: #0219C5;
}
</style>
border-color css
<style>
span { border-color: #0219C5; }
span { border-color: rgb(2,25,197); }
td.TdClassName
{
border-color: #0219C5;
}
.TagClassName
{
border-color: #0219C5;
}
</style>