Shades of Blue #0120EC
Tints of Blue #0120EC
RGB
CMYK
RGB Variations
Color information
#0120EC (or 0x0120EC) is known color: Blue. HEX triplet: 01, 20 and EC. RGB value is (1,32,236). Sum of RGB (Red+Green+Blue) = 1+32+236=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 236 (92.58% from 255 or 87.73% from 269); Max value from RGB is 236 - color contains mainly: blue. Hex color #0120EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0120EC is #FEDF13. Grayscale: #2D2D2D. Windows color (decimal): -16703252 or 15474689. OLE color: 15474689.
HSL color Cylindrical-coordinate representation of color #0120EC: hue angle of 232.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0120EC is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 32 | 236 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.07 |
| HSL | 232.09º | 0.99% | 0.46% | - |
| HSV(B) | 232.09º | 1% | 0.93% | - |
| XYZ | 15.67 | 7.1 | 79.9 | - |
| YUV | 45.99 | 235.23 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 236 | 1.00 | 0.86 | 0 | 0.07 | 232.09 | 0.99 | 0.46 |
| Hex | 1 | 20 | EC | 64 | 56 | 0 | 7 | E8 | 63 | 2E |
| Octal | 1 | 40 | 354 | 144 | 126 | 0 | 7 | 350 | 143 | 56 |
| Binary | 1 | 100000 | 11101100 | 1100100 | 1010110 | 0 | 111 | 11101000 | 1100011 | 101110 |
Color Harmonies of #0120EC
Complementary color
Monochromatic Colors of #0120EC
Black with #0120EC
Text Example
Text Example
White with #0120EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120EC; }
p { color: rgb(1,32,236); }
H1.HeaderClassName
{
color: #0120EC;
}
.AnyTagClassName
{
color: #0120EC;
}
</style>
background-color css
<style>
a { background-color: #0120EC; }
a { background-color: rgb(1,32,236); }
div.DivClassName
{
background-color: #0120EC;
}
.BgClassName
{
background-color: #0120EC;
}
</style>
border-color css
<style>
span { border-color: #0120EC; }
span { border-color: rgb(1,32,236); }
td.TdClassName
{
border-color: #0120EC;
}
.TagClassName
{
border-color: #0120EC;
}
</style>