Shades of Medium Blue #0121CE
Tints of Medium Blue #0121CE
RGB
CMYK
RGB Variations
Color information
#0121CE (or 0x0121CE) is known color: Medium Blue. HEX triplet: 01, 21 and CE. RGB value is (1,33,206). Sum of RGB (Red+Green+Blue) = 1+33+206=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #0121CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121CE is #FEDE31. Grayscale: #2A2A2A. Windows color (decimal): -16703026 or 13508865. OLE color: 13508865.
HSL color Cylindrical-coordinate representation of color #0121CE: hue angle of 230.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0121CE is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 33 | 206 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.19 |
| HSL | 230.63º | 0.99% | 0.41% | - |
| HSV(B) | 230.63º | 1% | 0.81% | - |
| XYZ | 11.7 | 5.55 | 58.85 | - |
| YUV | 43.15 | 219.9 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 206 | 1.00 | 0.84 | 0 | 0.19 | 230.63 | 0.99 | 0.41 |
| Hex | 1 | 21 | CE | 64 | 54 | 0 | 13 | E7 | 63 | 29 |
| Octal | 1 | 41 | 316 | 144 | 124 | 0 | 23 | 347 | 143 | 51 |
| Binary | 1 | 100001 | 11001110 | 1100100 | 1010100 | 0 | 10011 | 11100111 | 1100011 | 101001 |
Color Harmonies of #0121CE
Complementary color
Monochromatic Colors of #0121CE
Black with #0121CE
Text Example
Text Example
White with #0121CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121CE; }
p { color: rgb(1,33,206); }
H1.HeaderClassName
{
color: #0121CE;
}
.AnyTagClassName
{
color: #0121CE;
}
</style>
background-color css
<style>
a { background-color: #0121CE; }
a { background-color: rgb(1,33,206); }
div.DivClassName
{
background-color: #0121CE;
}
.BgClassName
{
background-color: #0121CE;
}
</style>
border-color css
<style>
span { border-color: #0121CE; }
span { border-color: rgb(1,33,206); }
td.TdClassName
{
border-color: #0121CE;
}
.TagClassName
{
border-color: #0121CE;
}
</style>