Shades of Medium Blue #0219BC
Tints of Medium Blue #0219BC
RGB
CMYK
RGB Variations
Color information
#0219BC (or 0x0219BC) is known color: Medium Blue. HEX triplet: 02, 19 and BC. RGB value is (2,25,188). Sum of RGB (Red+Green+Blue) = 2+25+188=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0219BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219BC is #FDE643. Grayscale: #242424. Windows color (decimal): -16639556 or 12327170. OLE color: 12327170.
HSL color Cylindrical-coordinate representation of color #0219BC: hue angle of 232.58º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219BC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 25 | 188 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.26 |
| HSL | 232.58º | 0.98% | 0.37% | - |
| HSV(B) | 232.58º | 0.99% | 0.74% | - |
| XYZ | 9.45 | 4.34 | 47.92 | - |
| YUV | 36.71 | 213.38 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 188 | 0.99 | 0.87 | 0 | 0.26 | 232.58 | 0.98 | 0.37 |
| Hex | 2 | 19 | BC | 63 | 57 | 0 | 1A | E9 | 62 | 25 |
| Octal | 2 | 31 | 274 | 143 | 127 | 0 | 32 | 351 | 142 | 45 |
| Binary | 10 | 11001 | 10111100 | 1100011 | 1010111 | 0 | 11010 | 11101001 | 1100010 | 100101 |
Color Harmonies of #0219BC
Complementary color
Monochromatic Colors of #0219BC
Black with #0219BC
Text Example
Text Example
White with #0219BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219BC; }
p { color: rgb(2,25,188); }
H1.HeaderClassName
{
color: #0219BC;
}
.AnyTagClassName
{
color: #0219BC;
}
</style>
background-color css
<style>
a { background-color: #0219BC; }
a { background-color: rgb(2,25,188); }
div.DivClassName
{
background-color: #0219BC;
}
.BgClassName
{
background-color: #0219BC;
}
</style>
border-color css
<style>
span { border-color: #0219BC; }
span { border-color: rgb(2,25,188); }
td.TdClassName
{
border-color: #0219BC;
}
.TagClassName
{
border-color: #0219BC;
}
</style>