Shades of Medium Blue #0216CA
Tints of Medium Blue #0216CA
RGB
CMYK
RGB Variations
Color information
#0216CA (or 0x0216CA) is known color: Medium Blue. HEX triplet: 02, 16 and CA. RGB value is (2,22,202). Sum of RGB (Red+Green+Blue) = 2+22+202=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 202 (79.30% from 255 or 89.38% from 226); Max value from RGB is 202 - color contains mainly: blue. Hex color #0216CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216CA is #FDE935. Grayscale: #232323. Windows color (decimal): -16640310 or 13243906. OLE color: 13243906.
HSL color Cylindrical-coordinate representation of color #0216CA: hue angle of 234º 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 #0216CA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 22 | 202 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.21 |
| HSL | 234º | 0.98% | 0.4% | - |
| HSV(B) | 234º | 0.99% | 0.79% | - |
| XYZ | 10.97 | 4.85 | 56.24 | - |
| YUV | 36.54 | 221.37 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 202 | 0.99 | 0.89 | 0 | 0.21 | 234 | 0.98 | 0.4 |
| Hex | 2 | 16 | CA | 63 | 59 | 0 | 15 | EA | 62 | 28 |
| Octal | 2 | 26 | 312 | 143 | 131 | 0 | 25 | 352 | 142 | 50 |
| Binary | 10 | 10110 | 11001010 | 1100011 | 1011001 | 0 | 10101 | 11101010 | 1100010 | 101000 |
Color Harmonies of #0216CA
Complementary color
Monochromatic Colors of #0216CA
Black with #0216CA
Text Example
Text Example
White with #0216CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216CA; }
p { color: rgb(2,22,202); }
H1.HeaderClassName
{
color: #0216CA;
}
.AnyTagClassName
{
color: #0216CA;
}
</style>
background-color css
<style>
a { background-color: #0216CA; }
a { background-color: rgb(2,22,202); }
div.DivClassName
{
background-color: #0216CA;
}
.BgClassName
{
background-color: #0216CA;
}
</style>
border-color css
<style>
span { border-color: #0216CA; }
span { border-color: rgb(2,22,202); }
td.TdClassName
{
border-color: #0216CA;
}
.TagClassName
{
border-color: #0216CA;
}
</style>