Shades of Smalt #012E89
Tints of Smalt #012E89
RGB
CMYK
RGB Variations
Color information
#012E89 (or 0x012E89) is known color: Smalt. HEX triplet: 01, 2E and 89. RGB value is (1,46,137). Sum of RGB (Red+Green+Blue) = 1+46+137=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #012E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012E89 is #FED176. Grayscale: #2A2A2A. Windows color (decimal): -16699767 or 8990209. OLE color: 8990209.
HSL color Cylindrical-coordinate representation of color #012E89: hue angle of 220.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E89 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 46 | 137 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.46 |
| HSL | 220.15º | 0.99% | 0.27% | - |
| HSV(B) | 220.15º | 0.99% | 0.54% | - |
| XYZ | 5.5 | 3.77 | 24.1 | - |
| YUV | 42.92 | 181.09 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 137 | 0.99 | 0.66 | 0 | 0.46 | 220.15 | 0.99 | 0.27 |
| Hex | 1 | 2E | 89 | 63 | 42 | 0 | 2E | DC | 63 | 1B |
| Octal | 1 | 56 | 211 | 143 | 102 | 0 | 56 | 334 | 143 | 33 |
| Binary | 1 | 101110 | 10001001 | 1100011 | 1000010 | 0 | 101110 | 11011100 | 1100011 | 11011 |
Color Harmonies of #012E89
Complementary color
Monochromatic Colors of #012E89
Black with #012E89
Text Example
Text Example
White with #012E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E89; }
p { color: rgb(1,46,137); }
H1.HeaderClassName
{
color: #012E89;
}
.AnyTagClassName
{
color: #012E89;
}
</style>
background-color css
<style>
a { background-color: #012E89; }
a { background-color: rgb(1,46,137); }
div.DivClassName
{
background-color: #012E89;
}
.BgClassName
{
background-color: #012E89;
}
</style>
border-color css
<style>
span { border-color: #012E89; }
span { border-color: rgb(1,46,137); }
td.TdClassName
{
border-color: #012E89;
}
.TagClassName
{
border-color: #012E89;
}
</style>