Shades of Smalt #012F99
Tints of Smalt #012F99
RGB
CMYK
RGB Variations
Color information
#012F99 (or 0x012F99) is known color: Smalt. HEX triplet: 01, 2F and 99. RGB value is (1,47,153). Sum of RGB (Red+Green+Blue) = 1+47+153=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #012F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F99 is #FED066. Grayscale: #2C2C2C. Windows color (decimal): -16699495 or 10039041. OLE color: 10039041.
HSL color Cylindrical-coordinate representation of color #012F99: hue angle of 221.84º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F99 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 47 | 153 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.4 |
| HSL | 221.84º | 0.99% | 0.3% | - |
| HSV(B) | 221.84º | 0.99% | 0.6% | - |
| XYZ | 6.78 | 4.34 | 30.62 | - |
| YUV | 45.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 153 | 0.99 | 0.69 | 0 | 0.4 | 221.84 | 0.99 | 0.3 |
| Hex | 1 | 2F | 99 | 63 | 45 | 0 | 28 | DE | 63 | 1E |
| Octal | 1 | 57 | 231 | 143 | 105 | 0 | 50 | 336 | 143 | 36 |
| Binary | 1 | 101111 | 10011001 | 1100011 | 1000101 | 0 | 101000 | 11011110 | 1100011 | 11110 |
Color Harmonies of #012F99
Complementary color
Monochromatic Colors of #012F99
Black with #012F99
Text Example
Text Example
White with #012F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F99; }
p { color: rgb(1,47,153); }
H1.HeaderClassName
{
color: #012F99;
}
.AnyTagClassName
{
color: #012F99;
}
</style>
background-color css
<style>
a { background-color: #012F99; }
a { background-color: rgb(1,47,153); }
div.DivClassName
{
background-color: #012F99;
}
.BgClassName
{
background-color: #012F99;
}
</style>
border-color css
<style>
span { border-color: #012F99; }
span { border-color: rgb(1,47,153); }
td.TdClassName
{
border-color: #012F99;
}
.TagClassName
{
border-color: #012F99;
}
</style>