Shades of Blue #012BEC
Tints of Blue #012BEC
RGB
CMYK
RGB Variations
Color information
#012BEC (or 0x012BEC) is known color: Blue. HEX triplet: 01, 2B and EC. RGB value is (1,43,236). Sum of RGB (Red+Green+Blue) = 1+43+236=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 236 (92.58% from 255 or 84.29% from 280); Max value from RGB is 236 - color contains mainly: blue. Hex color #012BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BEC is #FED413. Grayscale: #333333. Windows color (decimal): -16700436 or 15477505. OLE color: 15477505.
HSL color Cylindrical-coordinate representation of color #012BEC: hue angle of 229.28º 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 #012BEC is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 43 | 236 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.28º | 0.99% | 0.46% | - |
| HSV(B) | 229.28º | 1% | 0.93% | - |
| XYZ | 16.02 | 7.79 | 80.02 | - |
| YUV | 52.44 | 231.59 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 236 | 1.00 | 0.82 | 0 | 0.07 | 229.28 | 0.99 | 0.46 |
| Hex | 1 | 2B | EC | 64 | 52 | 0 | 7 | E5 | 63 | 2E |
| Octal | 1 | 53 | 354 | 144 | 122 | 0 | 7 | 345 | 143 | 56 |
| Binary | 1 | 101011 | 11101100 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100011 | 101110 |
Color Harmonies of #012BEC
Complementary color
Monochromatic Colors of #012BEC
Black with #012BEC
Text Example
Text Example
White with #012BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BEC; }
p { color: rgb(1,43,236); }
H1.HeaderClassName
{
color: #012BEC;
}
.AnyTagClassName
{
color: #012BEC;
}
</style>
background-color css
<style>
a { background-color: #012BEC; }
a { background-color: rgb(1,43,236); }
div.DivClassName
{
background-color: #012BEC;
}
.BgClassName
{
background-color: #012BEC;
}
</style>
border-color css
<style>
span { border-color: #012BEC; }
span { border-color: rgb(1,43,236); }
td.TdClassName
{
border-color: #012BEC;
}
.TagClassName
{
border-color: #012BEC;
}
</style>