Shades of Medium Blue #0121CA
Tints of Medium Blue #0121CA
RGB
CMYK
RGB Variations
Color information
#0121CA (or 0x0121CA) is known color: Medium Blue. HEX triplet: 01, 21 and CA. RGB value is (1,33,202). Sum of RGB (Red+Green+Blue) = 1+33+202=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #0121CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121CA is #FEDE35. Grayscale: #292929. Windows color (decimal): -16703030 or 13246721. OLE color: 13246721.
HSL color Cylindrical-coordinate representation of color #0121CA: hue angle of 230.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0121CA is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 33 | 202 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.21 |
| HSL | 230.45º | 0.99% | 0.4% | - |
| HSV(B) | 230.45º | 1% | 0.79% | - |
| XYZ | 11.22 | 5.36 | 56.32 | - |
| YUV | 42.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 202 | 1.00 | 0.84 | 0 | 0.21 | 230.45 | 0.99 | 0.4 |
| Hex | 1 | 21 | CA | 64 | 54 | 0 | 15 | E6 | 63 | 28 |
| Octal | 1 | 41 | 312 | 144 | 124 | 0 | 25 | 346 | 143 | 50 |
| Binary | 1 | 100001 | 11001010 | 1100100 | 1010100 | 0 | 10101 | 11100110 | 1100011 | 101000 |
Color Harmonies of #0121CA
Complementary color
Monochromatic Colors of #0121CA
Black with #0121CA
Text Example
Text Example
White with #0121CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121CA; }
p { color: rgb(1,33,202); }
H1.HeaderClassName
{
color: #0121CA;
}
.AnyTagClassName
{
color: #0121CA;
}
</style>
background-color css
<style>
a { background-color: #0121CA; }
a { background-color: rgb(1,33,202); }
div.DivClassName
{
background-color: #0121CA;
}
.BgClassName
{
background-color: #0121CA;
}
</style>
border-color css
<style>
span { border-color: #0121CA; }
span { border-color: rgb(1,33,202); }
td.TdClassName
{
border-color: #0121CA;
}
.TagClassName
{
border-color: #0121CA;
}
</style>