Shades of Medium Blue #0121CF
Tints of Medium Blue #0121CF
RGB
CMYK
RGB Variations
Color information
#0121CF (or 0x0121CF) is known color: Medium Blue. HEX triplet: 01, 21 and CF. RGB value is (1,33,207). Sum of RGB (Red+Green+Blue) = 1+33+207=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #0121CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121CF is #FEDE30. Grayscale: #2A2A2A. Windows color (decimal): -16703025 or 13574401. OLE color: 13574401.
HSL color Cylindrical-coordinate representation of color #0121CF: hue angle of 230.68º 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 #0121CF is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 33 | 207 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.19 |
| HSL | 230.68º | 0.99% | 0.41% | - |
| HSV(B) | 230.68º | 1% | 0.81% | - |
| XYZ | 11.82 | 5.6 | 59.49 | - |
| YUV | 43.27 | 220.4 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 207 | 1.00 | 0.84 | 0 | 0.19 | 230.68 | 0.99 | 0.41 |
| Hex | 1 | 21 | CF | 64 | 54 | 0 | 13 | E7 | 63 | 29 |
| Octal | 1 | 41 | 317 | 144 | 124 | 0 | 23 | 347 | 143 | 51 |
| Binary | 1 | 100001 | 11001111 | 1100100 | 1010100 | 0 | 10011 | 11100111 | 1100011 | 101001 |
Color Harmonies of #0121CF
Complementary color
Monochromatic Colors of #0121CF
Black with #0121CF
Text Example
Text Example
White with #0121CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0121CF; }
p { color: rgb(1,33,207); }
H1.HeaderClassName
{
color: #0121CF;
}
.AnyTagClassName
{
color: #0121CF;
}
</style>
background-color css
<style>
a { background-color: #0121CF; }
a { background-color: rgb(1,33,207); }
div.DivClassName
{
background-color: #0121CF;
}
.BgClassName
{
background-color: #0121CF;
}
</style>
border-color css
<style>
span { border-color: #0121CF; }
span { border-color: rgb(1,33,207); }
td.TdClassName
{
border-color: #0121CF;
}
.TagClassName
{
border-color: #0121CF;
}
</style>