Shades of Smalt #012B80
Tints of Smalt #012B80
RGB
CMYK
RGB Variations
Color information
#012B80 (or 0x012B80) is known color: Smalt. HEX triplet: 01, 2B and 80. RGB value is (1,43,128). Sum of RGB (Red+Green+Blue) = 1+43+128=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #012B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012B80 is #FED47F. Grayscale: #272727. Windows color (decimal): -16700544 or 8399617. OLE color: 8399617.
HSL color Cylindrical-coordinate representation of color #012B80: hue angle of 220.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B80 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 43 | 128 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.50 |
| HSL | 220.16º | 0.98% | 0.25% | - |
| HSV(B) | 220.16º | 0.99% | 0.5% | - |
| XYZ | 4.77 | 3.29 | 20.81 | - |
| YUV | 40.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 128 | 0.99 | 0.66 | 0 | 0.50 | 220.16 | 0.98 | 0.25 |
| Hex | 1 | 2B | 80 | 63 | 42 | 0 | 32 | DC | 62 | 19 |
| Octal | 1 | 53 | 200 | 143 | 102 | 0 | 62 | 334 | 142 | 31 |
| Binary | 1 | 101011 | 10000000 | 1100011 | 1000010 | 0 | 110010 | 11011100 | 1100010 | 11001 |
Color Harmonies of #012B80
Complementary color
Monochromatic Colors of #012B80
Black with #012B80
Text Example
Text Example
White with #012B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B80; }
p { color: rgb(1,43,128); }
H1.HeaderClassName
{
color: #012B80;
}
.AnyTagClassName
{
color: #012B80;
}
</style>
background-color css
<style>
a { background-color: #012B80; }
a { background-color: rgb(1,43,128); }
div.DivClassName
{
background-color: #012B80;
}
.BgClassName
{
background-color: #012B80;
}
</style>
border-color css
<style>
span { border-color: #012B80; }
span { border-color: rgb(1,43,128); }
td.TdClassName
{
border-color: #012B80;
}
.TagClassName
{
border-color: #012B80;
}
</style>