Shades of Medium Blue #012BE5
Tints of Medium Blue #012BE5
RGB
CMYK
RGB Variations
Color information
#012BE5 (or 0x012BE5) is known color: Medium Blue. HEX triplet: 01, 2B and E5. RGB value is (1,43,229). Sum of RGB (Red+Green+Blue) = 1+43+229=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #012BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BE5 is #FED41A. Grayscale: #323232. Windows color (decimal): -16700443 or 15018753. OLE color: 15018753.
HSL color Cylindrical-coordinate representation of color #012BE5: hue angle of 228.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BE5 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 43 | 229 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.10 |
| HSL | 228.95º | 0.99% | 0.45% | - |
| HSV(B) | 228.95º | 1% | 0.9% | - |
| XYZ | 15.02 | 7.39 | 74.76 | - |
| YUV | 51.65 | 228.09 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 229 | 1.00 | 0.81 | 0 | 0.10 | 228.95 | 0.99 | 0.45 |
| Hex | 1 | 2B | E5 | 64 | 51 | 0 | A | E5 | 63 | 2D |
| Octal | 1 | 53 | 345 | 144 | 121 | 0 | 12 | 345 | 143 | 55 |
| Binary | 1 | 101011 | 11100101 | 1100100 | 1010001 | 0 | 1010 | 11100101 | 1100011 | 101101 |
Color Harmonies of #012BE5
Complementary color
Monochromatic Colors of #012BE5
Black with #012BE5
Text Example
Text Example
White with #012BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BE5; }
p { color: rgb(1,43,229); }
H1.HeaderClassName
{
color: #012BE5;
}
.AnyTagClassName
{
color: #012BE5;
}
</style>
background-color css
<style>
a { background-color: #012BE5; }
a { background-color: rgb(1,43,229); }
div.DivClassName
{
background-color: #012BE5;
}
.BgClassName
{
background-color: #012BE5;
}
</style>
border-color css
<style>
span { border-color: #012BE5; }
span { border-color: rgb(1,43,229); }
td.TdClassName
{
border-color: #012BE5;
}
.TagClassName
{
border-color: #012BE5;
}
</style>