Shades of Smalt #012995
Tints of Smalt #012995
RGB
CMYK
RGB Variations
Color information
#012995 (or 0x012995) is known color: Smalt. HEX triplet: 01, 29 and 95. RGB value is (1,41,149). Sum of RGB (Red+Green+Blue) = 1+41+149=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #012995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012995 is #FED66A. Grayscale: #282828. Windows color (decimal): -16701035 or 9775361. OLE color: 9775361.
HSL color Cylindrical-coordinate representation of color #012995: hue angle of 223.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012995 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 41 | 149 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.42 |
| HSL | 223.78º | 0.99% | 0.29% | - |
| HSV(B) | 223.78º | 0.99% | 0.58% | - |
| XYZ | 6.23 | 3.76 | 28.83 | - |
| YUV | 41.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 149 | 0.99 | 0.72 | 0 | 0.42 | 223.78 | 0.99 | 0.29 |
| Hex | 1 | 29 | 95 | 63 | 48 | 0 | 2A | E0 | 63 | 1D |
| Octal | 1 | 51 | 225 | 143 | 110 | 0 | 52 | 340 | 143 | 35 |
| Binary | 1 | 101001 | 10010101 | 1100011 | 1001000 | 0 | 101010 | 11100000 | 1100011 | 11101 |
Color Harmonies of #012995
Complementary color
Monochromatic Colors of #012995
Black with #012995
Text Example
Text Example
White with #012995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012995; }
p { color: rgb(1,41,149); }
H1.HeaderClassName
{
color: #012995;
}
.AnyTagClassName
{
color: #012995;
}
</style>
background-color css
<style>
a { background-color: #012995; }
a { background-color: rgb(1,41,149); }
div.DivClassName
{
background-color: #012995;
}
.BgClassName
{
background-color: #012995;
}
</style>
border-color css
<style>
span { border-color: #012995; }
span { border-color: rgb(1,41,149); }
td.TdClassName
{
border-color: #012995;
}
.TagClassName
{
border-color: #012995;
}
</style>