Shades of Smalt #012F93
Tints of Smalt #012F93
RGB
CMYK
RGB Variations
Color information
#012F93 (or 0x012F93) is known color: Smalt. HEX triplet: 01, 2F and 93. RGB value is (1,47,147). Sum of RGB (Red+Green+Blue) = 1+47+147=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #012F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F93 is #FED06C. Grayscale: #2C2C2C. Windows color (decimal): -16699501 or 9645825. OLE color: 9645825.
HSL color Cylindrical-coordinate representation of color #012F93: hue angle of 221.1º 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 #012F93 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 47 | 147 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.42 |
| HSL | 221.1º | 0.99% | 0.29% | - |
| HSV(B) | 221.1º | 0.99% | 0.58% | - |
| XYZ | 6.3 | 4.15 | 28.07 | - |
| YUV | 44.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 147 | 0.99 | 0.68 | 0 | 0.42 | 221.1 | 0.99 | 0.29 |
| Hex | 1 | 2F | 93 | 63 | 44 | 0 | 2A | DD | 63 | 1D |
| Octal | 1 | 57 | 223 | 143 | 104 | 0 | 52 | 335 | 143 | 35 |
| Binary | 1 | 101111 | 10010011 | 1100011 | 1000100 | 0 | 101010 | 11011101 | 1100011 | 11101 |
Color Harmonies of #012F93
Complementary color
Monochromatic Colors of #012F93
Black with #012F93
Text Example
Text Example
White with #012F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F93; }
p { color: rgb(1,47,147); }
H1.HeaderClassName
{
color: #012F93;
}
.AnyTagClassName
{
color: #012F93;
}
</style>
background-color css
<style>
a { background-color: #012F93; }
a { background-color: rgb(1,47,147); }
div.DivClassName
{
background-color: #012F93;
}
.BgClassName
{
background-color: #012F93;
}
</style>
border-color css
<style>
span { border-color: #012F93; }
span { border-color: rgb(1,47,147); }
td.TdClassName
{
border-color: #012F93;
}
.TagClassName
{
border-color: #012F93;
}
</style>