Shades of Smalt #012E91
Tints of Smalt #012E91
RGB
CMYK
RGB Variations
Color information
#012E91 (or 0x012E91) is known color: Smalt. HEX triplet: 01, 2E and 91. RGB value is (1,46,145). Sum of RGB (Red+Green+Blue) = 1+46+145=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #012E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E91 is #FED16E. Grayscale: #2B2B2B. Windows color (decimal): -16699759 or 9514497. OLE color: 9514497.
HSL color Cylindrical-coordinate representation of color #012E91: hue angle of 221.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E91 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 46 | 145 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.43 |
| HSL | 221.25º | 0.99% | 0.29% | - |
| HSV(B) | 221.25º | 0.99% | 0.57% | - |
| XYZ | 6.1 | 4 | 27.24 | - |
| YUV | 43.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 145 | 0.99 | 0.68 | 0 | 0.43 | 221.25 | 0.99 | 0.29 |
| Hex | 1 | 2E | 91 | 63 | 44 | 0 | 2B | DD | 63 | 1D |
| Octal | 1 | 56 | 221 | 143 | 104 | 0 | 53 | 335 | 143 | 35 |
| Binary | 1 | 101110 | 10010001 | 1100011 | 1000100 | 0 | 101011 | 11011101 | 1100011 | 11101 |
Color Harmonies of #012E91
Complementary color
Monochromatic Colors of #012E91
Black with #012E91
Text Example
Text Example
White with #012E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E91; }
p { color: rgb(1,46,145); }
H1.HeaderClassName
{
color: #012E91;
}
.AnyTagClassName
{
color: #012E91;
}
</style>
background-color css
<style>
a { background-color: #012E91; }
a { background-color: rgb(1,46,145); }
div.DivClassName
{
background-color: #012E91;
}
.BgClassName
{
background-color: #012E91;
}
</style>
border-color css
<style>
span { border-color: #012E91; }
span { border-color: rgb(1,46,145); }
td.TdClassName
{
border-color: #012E91;
}
.TagClassName
{
border-color: #012E91;
}
</style>