Shades of Blue #012AEC
Tints of Blue #012AEC
RGB
CMYK
RGB Variations
Color information
#012AEC (or 0x012AEC) is known color: Blue. HEX triplet: 01, 2A and EC. RGB value is (1,42,236). Sum of RGB (Red+Green+Blue) = 1+42+236=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #012AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AEC is #FED513. Grayscale: #333333. Windows color (decimal): -16700692 or 15477249. OLE color: 15477249.
HSL color Cylindrical-coordinate representation of color #012AEC: hue angle of 229.53º 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 #012AEC is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 42 | 236 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.53º | 0.99% | 0.46% | - |
| HSV(B) | 229.53º | 1% | 0.93% | - |
| XYZ | 15.98 | 7.72 | 80 | - |
| YUV | 51.86 | 231.92 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 236 | 1.00 | 0.82 | 0 | 0.07 | 229.53 | 0.99 | 0.46 |
| Hex | 1 | 2A | EC | 64 | 52 | 0 | 7 | E6 | 63 | 2E |
| Octal | 1 | 52 | 354 | 144 | 122 | 0 | 7 | 346 | 143 | 56 |
| Binary | 1 | 101010 | 11101100 | 1100100 | 1010010 | 0 | 111 | 11100110 | 1100011 | 101110 |
Color Harmonies of #012AEC
Complementary color
Monochromatic Colors of #012AEC
Black with #012AEC
Text Example
Text Example
White with #012AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AEC; }
p { color: rgb(1,42,236); }
H1.HeaderClassName
{
color: #012AEC;
}
.AnyTagClassName
{
color: #012AEC;
}
</style>
background-color css
<style>
a { background-color: #012AEC; }
a { background-color: rgb(1,42,236); }
div.DivClassName
{
background-color: #012AEC;
}
.BgClassName
{
background-color: #012AEC;
}
</style>
border-color css
<style>
span { border-color: #012AEC; }
span { border-color: rgb(1,42,236); }
td.TdClassName
{
border-color: #012AEC;
}
.TagClassName
{
border-color: #012AEC;
}
</style>