Shades of Smalt #012C91
Tints of Smalt #012C91
RGB
CMYK
RGB Variations
Color information
#012C91 (or 0x012C91) is known color: Smalt. HEX triplet: 01, 2C and 91. RGB value is (1,44,145). Sum of RGB (Red+Green+Blue) = 1+44+145=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #012C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C91 is #FED36E. Grayscale: #2A2A2A. Windows color (decimal): -16700271 or 9513985. OLE color: 9513985.
HSL color Cylindrical-coordinate representation of color #012C91: hue angle of 222.08º 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 #012C91 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 44 | 145 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.43 |
| HSL | 222.08º | 0.99% | 0.29% | - |
| HSV(B) | 222.08º | 0.99% | 0.57% | - |
| XYZ | 6.02 | 3.85 | 27.21 | - |
| YUV | 42.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 145 | 0.99 | 0.70 | 0 | 0.43 | 222.08 | 0.99 | 0.29 |
| Hex | 1 | 2C | 91 | 63 | 46 | 0 | 2B | DE | 63 | 1D |
| Octal | 1 | 54 | 221 | 143 | 106 | 0 | 53 | 336 | 143 | 35 |
| Binary | 1 | 101100 | 10010001 | 1100011 | 1000110 | 0 | 101011 | 11011110 | 1100011 | 11101 |
Color Harmonies of #012C91
Complementary color
Monochromatic Colors of #012C91
Black with #012C91
Text Example
Text Example
White with #012C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C91; }
p { color: rgb(1,44,145); }
H1.HeaderClassName
{
color: #012C91;
}
.AnyTagClassName
{
color: #012C91;
}
</style>
background-color css
<style>
a { background-color: #012C91; }
a { background-color: rgb(1,44,145); }
div.DivClassName
{
background-color: #012C91;
}
.BgClassName
{
background-color: #012C91;
}
</style>
border-color css
<style>
span { border-color: #012C91; }
span { border-color: rgb(1,44,145); }
td.TdClassName
{
border-color: #012C91;
}
.TagClassName
{
border-color: #012C91;
}
</style>