Shades of Blue #0132EC
Tints of Blue #0132EC
RGB
CMYK
RGB Variations
Color information
#0132EC (or 0x0132EC) is known color: Blue. HEX triplet: 01, 32 and EC. RGB value is (1,50,236). Sum of RGB (Red+Green+Blue) = 1+50+236=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #0132EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0132EC is #FECD13. Grayscale: #373737. Windows color (decimal): -16698644 or 15479297. OLE color: 15479297.
HSL color Cylindrical-coordinate representation of color #0132EC: hue angle of 227.49º 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 #0132EC is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 50 | 236 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.07 |
| HSL | 227.49º | 0.99% | 0.46% | - |
| HSV(B) | 227.49º | 1% | 0.93% | - |
| XYZ | 16.29 | 8.34 | 80.11 | - |
| YUV | 56.55 | 229.27 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 236 | 1.00 | 0.79 | 0 | 0.07 | 227.49 | 0.99 | 0.46 |
| Hex | 1 | 32 | EC | 64 | 4F | 0 | 7 | E3 | 63 | 2E |
| Octal | 1 | 62 | 354 | 144 | 117 | 0 | 7 | 343 | 143 | 56 |
| Binary | 1 | 110010 | 11101100 | 1100100 | 1001111 | 0 | 111 | 11100011 | 1100011 | 101110 |
Color Harmonies of #0132EC
Complementary color
Monochromatic Colors of #0132EC
Black with #0132EC
Text Example
Text Example
White with #0132EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0132EC; }
p { color: rgb(1,50,236); }
H1.HeaderClassName
{
color: #0132EC;
}
.AnyTagClassName
{
color: #0132EC;
}
</style>
background-color css
<style>
a { background-color: #0132EC; }
a { background-color: rgb(1,50,236); }
div.DivClassName
{
background-color: #0132EC;
}
.BgClassName
{
background-color: #0132EC;
}
</style>
border-color css
<style>
span { border-color: #0132EC; }
span { border-color: rgb(1,50,236); }
td.TdClassName
{
border-color: #0132EC;
}
.TagClassName
{
border-color: #0132EC;
}
</style>