Shades of Smalt #012C89
Tints of Smalt #012C89
RGB
CMYK
RGB Variations
Color information
#012C89 (or 0x012C89) is known color: Smalt. HEX triplet: 01, 2C and 89. RGB value is (1,44,137). Sum of RGB (Red+Green+Blue) = 1+44+137=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #012C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C89 is #FED376. Grayscale: #292929. Windows color (decimal): -16700279 or 8989697. OLE color: 8989697.
HSL color Cylindrical-coordinate representation of color #012C89: hue angle of 221.03º 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 #012C89 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 44 | 137 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.46 |
| HSL | 221.03º | 0.99% | 0.27% | - |
| HSV(B) | 221.03º | 0.99% | 0.54% | - |
| XYZ | 5.43 | 3.61 | 24.08 | - |
| YUV | 41.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 137 | 0.99 | 0.68 | 0 | 0.46 | 221.03 | 0.99 | 0.27 |
| Hex | 1 | 2C | 89 | 63 | 44 | 0 | 2E | DD | 63 | 1B |
| Octal | 1 | 54 | 211 | 143 | 104 | 0 | 56 | 335 | 143 | 33 |
| Binary | 1 | 101100 | 10001001 | 1100011 | 1000100 | 0 | 101110 | 11011101 | 1100011 | 11011 |
Color Harmonies of #012C89
Complementary color
Monochromatic Colors of #012C89
Black with #012C89
Text Example
Text Example
White with #012C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C89; }
p { color: rgb(1,44,137); }
H1.HeaderClassName
{
color: #012C89;
}
.AnyTagClassName
{
color: #012C89;
}
</style>
background-color css
<style>
a { background-color: #012C89; }
a { background-color: rgb(1,44,137); }
div.DivClassName
{
background-color: #012C89;
}
.BgClassName
{
background-color: #012C89;
}
</style>
border-color css
<style>
span { border-color: #012C89; }
span { border-color: rgb(1,44,137); }
td.TdClassName
{
border-color: #012C89;
}
.TagClassName
{
border-color: #012C89;
}
</style>