Shades of Medium Blue #012AE4
Tints of Medium Blue #012AE4
RGB
CMYK
RGB Variations
Color information
#012AE4 (or 0x012AE4) is known color: Medium Blue. HEX triplet: 01, 2A and E4. RGB value is (1,42,228). Sum of RGB (Red+Green+Blue) = 1+42+228=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 228 (89.45% from 255 or 84.13% from 271); Max value from RGB is 228 - color contains mainly: blue. Hex color #012AE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012AE4 is #FED51B. Grayscale: #323232. Windows color (decimal): -16700700 or 14952961. OLE color: 14952961.
HSL color Cylindrical-coordinate representation of color #012AE4: hue angle of 229.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AE4 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 42 | 228 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.11 |
| HSL | 229.16º | 0.99% | 0.45% | - |
| HSV(B) | 229.16º | 1% | 0.89% | - |
| XYZ | 14.84 | 7.26 | 74.02 | - |
| YUV | 50.95 | 227.92 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 228 | 1.00 | 0.82 | 0 | 0.11 | 229.16 | 0.99 | 0.45 |
| Hex | 1 | 2A | E4 | 64 | 52 | 0 | B | E5 | 63 | 2D |
| Octal | 1 | 52 | 344 | 144 | 122 | 0 | 13 | 345 | 143 | 55 |
| Binary | 1 | 101010 | 11100100 | 1100100 | 1010010 | 0 | 1011 | 11100101 | 1100011 | 101101 |
Color Harmonies of #012AE4
Complementary color
Monochromatic Colors of #012AE4
Black with #012AE4
Text Example
Text Example
White with #012AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AE4; }
p { color: rgb(1,42,228); }
H1.HeaderClassName
{
color: #012AE4;
}
.AnyTagClassName
{
color: #012AE4;
}
</style>
background-color css
<style>
a { background-color: #012AE4; }
a { background-color: rgb(1,42,228); }
div.DivClassName
{
background-color: #012AE4;
}
.BgClassName
{
background-color: #012AE4;
}
</style>
border-color css
<style>
span { border-color: #012AE4; }
span { border-color: rgb(1,42,228); }
td.TdClassName
{
border-color: #012AE4;
}
.TagClassName
{
border-color: #012AE4;
}
</style>