Shades of Smalt #012F9D
Tints of Smalt #012F9D
RGB
CMYK
RGB Variations
Color information
#012F9D (or 0x012F9D) is known color: Smalt. HEX triplet: 01, 2F and 9D. RGB value is (1,47,157). Sum of RGB (Red+Green+Blue) = 1+47+157=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #012F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F9D is #FED062. Grayscale: #2D2D2D. Windows color (decimal): -16699491 or 10301185. OLE color: 10301185.
HSL color Cylindrical-coordinate representation of color #012F9D: hue angle of 222.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F9D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 47 | 157 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.38 |
| HSL | 222.31º | 0.99% | 0.31% | - |
| HSV(B) | 222.31º | 0.99% | 0.62% | - |
| XYZ | 7.11 | 4.47 | 32.39 | - |
| YUV | 45.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 157 | 0.99 | 0.70 | 0 | 0.38 | 222.31 | 0.99 | 0.31 |
| Hex | 1 | 2F | 9D | 63 | 46 | 0 | 26 | DE | 63 | 1F |
| Octal | 1 | 57 | 235 | 143 | 106 | 0 | 46 | 336 | 143 | 37 |
| Binary | 1 | 101111 | 10011101 | 1100011 | 1000110 | 0 | 100110 | 11011110 | 1100011 | 11111 |
Color Harmonies of #012F9D
Complementary color
Monochromatic Colors of #012F9D
Black with #012F9D
Text Example
Text Example
White with #012F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F9D; }
p { color: rgb(1,47,157); }
H1.HeaderClassName
{
color: #012F9D;
}
.AnyTagClassName
{
color: #012F9D;
}
</style>
background-color css
<style>
a { background-color: #012F9D; }
a { background-color: rgb(1,47,157); }
div.DivClassName
{
background-color: #012F9D;
}
.BgClassName
{
background-color: #012F9D;
}
</style>
border-color css
<style>
span { border-color: #012F9D; }
span { border-color: rgb(1,47,157); }
td.TdClassName
{
border-color: #012F9D;
}
.TagClassName
{
border-color: #012F9D;
}
</style>