Shades of Medium Blue #0219CE
Tints of Medium Blue #0219CE
RGB
CMYK
RGB Variations
Color information
#0219CE (or 0x0219CE) is known color: Medium Blue. HEX triplet: 02, 19 and CE. RGB value is (2,25,206). Sum of RGB (Red+Green+Blue) = 2+25+206=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #0219CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219CE is #FDE631. Grayscale: #262626. Windows color (decimal): -16639538 or 13506818. OLE color: 13506818.
HSL color Cylindrical-coordinate representation of color #0219CE: hue angle of 233.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219CE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 25 | 206 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.19 |
| HSL | 233.24º | 0.98% | 0.41% | - |
| HSV(B) | 233.24º | 0.99% | 0.81% | - |
| XYZ | 11.51 | 5.16 | 58.78 | - |
| YUV | 38.76 | 222.38 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 206 | 0.99 | 0.88 | 0 | 0.19 | 233.24 | 0.98 | 0.41 |
| Hex | 2 | 19 | CE | 63 | 58 | 0 | 13 | E9 | 62 | 29 |
| Octal | 2 | 31 | 316 | 143 | 130 | 0 | 23 | 351 | 142 | 51 |
| Binary | 10 | 11001 | 11001110 | 1100011 | 1011000 | 0 | 10011 | 11101001 | 1100010 | 101001 |
Color Harmonies of #0219CE
Complementary color
Monochromatic Colors of #0219CE
Black with #0219CE
Text Example
Text Example
White with #0219CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219CE; }
p { color: rgb(2,25,206); }
H1.HeaderClassName
{
color: #0219CE;
}
.AnyTagClassName
{
color: #0219CE;
}
</style>
background-color css
<style>
a { background-color: #0219CE; }
a { background-color: rgb(2,25,206); }
div.DivClassName
{
background-color: #0219CE;
}
.BgClassName
{
background-color: #0219CE;
}
</style>
border-color css
<style>
span { border-color: #0219CE; }
span { border-color: rgb(2,25,206); }
td.TdClassName
{
border-color: #0219CE;
}
.TagClassName
{
border-color: #0219CE;
}
</style>