Shades of Medium Blue #0216C2
Tints of Medium Blue #0216C2
RGB
CMYK
RGB Variations
Color information
#0216C2 (or 0x0216C2) is known color: Medium Blue. HEX triplet: 02, 16 and C2. RGB value is (2,22,194). Sum of RGB (Red+Green+Blue) = 2+22+194=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 194 (76.17% from 255 or 88.99% from 218); Max value from RGB is 194 - color contains mainly: blue. Hex color #0216C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0216C2 is #FDE93D. Grayscale: #222222. Windows color (decimal): -16640318 or 12719618. OLE color: 12719618.
HSL color Cylindrical-coordinate representation of color #0216C2: hue angle of 233.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216C2 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 22 | 194 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.24 |
| HSL | 233.75º | 0.98% | 0.38% | - |
| HSV(B) | 233.75º | 0.99% | 0.76% | - |
| XYZ | 10.05 | 4.48 | 51.37 | - |
| YUV | 35.63 | 217.37 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 194 | 0.99 | 0.89 | 0 | 0.24 | 233.75 | 0.98 | 0.38 |
| Hex | 2 | 16 | C2 | 63 | 59 | 0 | 18 | EA | 62 | 26 |
| Octal | 2 | 26 | 302 | 143 | 131 | 0 | 30 | 352 | 142 | 46 |
| Binary | 10 | 10110 | 11000010 | 1100011 | 1011001 | 0 | 11000 | 11101010 | 1100010 | 100110 |
Color Harmonies of #0216C2
Complementary color
Monochromatic Colors of #0216C2
Black with #0216C2
Text Example
Text Example
White with #0216C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0216C2; }
p { color: rgb(2,22,194); }
H1.HeaderClassName
{
color: #0216C2;
}
.AnyTagClassName
{
color: #0216C2;
}
</style>
background-color css
<style>
a { background-color: #0216C2; }
a { background-color: rgb(2,22,194); }
div.DivClassName
{
background-color: #0216C2;
}
.BgClassName
{
background-color: #0216C2;
}
</style>
border-color css
<style>
span { border-color: #0216C2; }
span { border-color: rgb(2,22,194); }
td.TdClassName
{
border-color: #0216C2;
}
.TagClassName
{
border-color: #0216C2;
}
</style>