Shades of Medium Blue #0212CB
Tints of Medium Blue #0212CB
RGB
CMYK
RGB Variations
Color information
#0212CB (or 0x0212CB) is known color: Medium Blue. HEX triplet: 02, 12 and CB. RGB value is (2,18,203). Sum of RGB (Red+Green+Blue) = 2+18+203=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 203 (79.69% from 255 or 91.03% from 223); Max value from RGB is 203 - color contains mainly: blue. Hex color #0212CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0212CB is #FDED34. Grayscale: #212121. Windows color (decimal): -16641333 or 13308418. OLE color: 13308418.
HSL color Cylindrical-coordinate representation of color #0212CB: hue angle of 235.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0212CB is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 18 | 203 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.20 |
| HSL | 235.22º | 0.98% | 0.4% | - |
| HSV(B) | 235.22º | 0.99% | 0.8% | - |
| XYZ | 11.02 | 4.76 | 56.84 | - |
| YUV | 34.31 | 223.2 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 203 | 0.99 | 0.91 | 0 | 0.20 | 235.22 | 0.98 | 0.4 |
| Hex | 2 | 12 | CB | 63 | 5B | 0 | 14 | EB | 62 | 28 |
| Octal | 2 | 22 | 313 | 143 | 133 | 0 | 24 | 353 | 142 | 50 |
| Binary | 10 | 10010 | 11001011 | 1100011 | 1011011 | 0 | 10100 | 11101011 | 1100010 | 101000 |
Color Harmonies of #0212CB
Complementary color
Monochromatic Colors of #0212CB
Black with #0212CB
Text Example
Text Example
White with #0212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0212CB; }
p { color: rgb(2,18,203); }
H1.HeaderClassName
{
color: #0212CB;
}
.AnyTagClassName
{
color: #0212CB;
}
</style>
background-color css
<style>
a { background-color: #0212CB; }
a { background-color: rgb(2,18,203); }
div.DivClassName
{
background-color: #0212CB;
}
.BgClassName
{
background-color: #0212CB;
}
</style>
border-color css
<style>
span { border-color: #0212CB; }
span { border-color: rgb(2,18,203); }
td.TdClassName
{
border-color: #0212CB;
}
.TagClassName
{
border-color: #0212CB;
}
</style>