Shades of Blue #012CEC
Tints of Blue #012CEC
RGB
CMYK
RGB Variations
Color information
#012CEC (or 0x012CEC) is known color: Blue. HEX triplet: 01, 2C and EC. RGB value is (1,44,236). Sum of RGB (Red+Green+Blue) = 1+44+236=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #012CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CEC is #FED313. Grayscale: #343434. Windows color (decimal): -16700180 or 15477761. OLE color: 15477761.
HSL color Cylindrical-coordinate representation of color #012CEC: hue angle of 229.02º 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 #012CEC is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 44 | 236 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.07 |
| HSL | 229.02º | 0.99% | 0.46% | - |
| HSV(B) | 229.02º | 1% | 0.93% | - |
| XYZ | 16.05 | 7.86 | 80.03 | - |
| YUV | 53.03 | 231.25 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 236 | 1.00 | 0.81 | 0 | 0.07 | 229.02 | 0.99 | 0.46 |
| Hex | 1 | 2C | EC | 64 | 51 | 0 | 7 | E5 | 63 | 2E |
| Octal | 1 | 54 | 354 | 144 | 121 | 0 | 7 | 345 | 143 | 56 |
| Binary | 1 | 101100 | 11101100 | 1100100 | 1010001 | 0 | 111 | 11100101 | 1100011 | 101110 |
Color Harmonies of #012CEC
Complementary color
Monochromatic Colors of #012CEC
Black with #012CEC
Text Example
Text Example
White with #012CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CEC; }
p { color: rgb(1,44,236); }
H1.HeaderClassName
{
color: #012CEC;
}
.AnyTagClassName
{
color: #012CEC;
}
</style>
background-color css
<style>
a { background-color: #012CEC; }
a { background-color: rgb(1,44,236); }
div.DivClassName
{
background-color: #012CEC;
}
.BgClassName
{
background-color: #012CEC;
}
</style>
border-color css
<style>
span { border-color: #012CEC; }
span { border-color: rgb(1,44,236); }
td.TdClassName
{
border-color: #012CEC;
}
.TagClassName
{
border-color: #012CEC;
}
</style>