Shades of Smalt #012B99
Tints of Smalt #012B99
RGB
CMYK
RGB Variations
Color information
#012B99 (or 0x012B99) is known color: Smalt. HEX triplet: 01, 2B and 99. RGB value is (1,43,153). Sum of RGB (Red+Green+Blue) = 1+43+153=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #012B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B99 is #FED466. Grayscale: #2A2A2A. Windows color (decimal): -16700519 or 10038017. OLE color: 10038017.
HSL color Cylindrical-coordinate representation of color #012B99: hue angle of 223.42º 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 #012B99 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 43 | 153 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.4 |
| HSL | 223.42º | 0.99% | 0.3% | - |
| HSV(B) | 223.42º | 0.99% | 0.6% | - |
| XYZ | 6.63 | 4.03 | 30.57 | - |
| YUV | 42.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 153 | 0.99 | 0.72 | 0 | 0.4 | 223.42 | 0.99 | 0.3 |
| Hex | 1 | 2B | 99 | 63 | 48 | 0 | 28 | DF | 63 | 1E |
| Octal | 1 | 53 | 231 | 143 | 110 | 0 | 50 | 337 | 143 | 36 |
| Binary | 1 | 101011 | 10011001 | 1100011 | 1001000 | 0 | 101000 | 11011111 | 1100011 | 11110 |
Color Harmonies of #012B99
Complementary color
Monochromatic Colors of #012B99
Black with #012B99
Text Example
Text Example
White with #012B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B99; }
p { color: rgb(1,43,153); }
H1.HeaderClassName
{
color: #012B99;
}
.AnyTagClassName
{
color: #012B99;
}
</style>
background-color css
<style>
a { background-color: #012B99; }
a { background-color: rgb(1,43,153); }
div.DivClassName
{
background-color: #012B99;
}
.BgClassName
{
background-color: #012B99;
}
</style>
border-color css
<style>
span { border-color: #012B99; }
span { border-color: rgb(1,43,153); }
td.TdClassName
{
border-color: #012B99;
}
.TagClassName
{
border-color: #012B99;
}
</style>