Shades of Smalt #012D82
Tints of Smalt #012D82
RGB
CMYK
RGB Variations
Color information
#012D82 (or 0x012D82) is known color: Smalt. HEX triplet: 01, 2D and 82. RGB value is (1,45,130). Sum of RGB (Red+Green+Blue) = 1+45+130=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #012D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D82 is #FED27D. Grayscale: #292929. Windows color (decimal): -16700030 or 8531201. OLE color: 8531201.
HSL color Cylindrical-coordinate representation of color #012D82: hue angle of 219.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D82 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 45 | 130 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.49 |
| HSL | 219.53º | 0.98% | 0.26% | - |
| HSV(B) | 219.53º | 0.99% | 0.51% | - |
| XYZ | 4.98 | 3.49 | 21.53 | - |
| YUV | 41.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 130 | 0.99 | 0.65 | 0 | 0.49 | 219.53 | 0.98 | 0.26 |
| Hex | 1 | 2D | 82 | 63 | 41 | 0 | 31 | DC | 62 | 1A |
| Octal | 1 | 55 | 202 | 143 | 101 | 0 | 61 | 334 | 142 | 32 |
| Binary | 1 | 101101 | 10000010 | 1100011 | 1000001 | 0 | 110001 | 11011100 | 1100010 | 11010 |
Color Harmonies of #012D82
Complementary color
Monochromatic Colors of #012D82
Black with #012D82
Text Example
Text Example
White with #012D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D82; }
p { color: rgb(1,45,130); }
H1.HeaderClassName
{
color: #012D82;
}
.AnyTagClassName
{
color: #012D82;
}
</style>
background-color css
<style>
a { background-color: #012D82; }
a { background-color: rgb(1,45,130); }
div.DivClassName
{
background-color: #012D82;
}
.BgClassName
{
background-color: #012D82;
}
</style>
border-color css
<style>
span { border-color: #012D82; }
span { border-color: rgb(1,45,130); }
td.TdClassName
{
border-color: #012D82;
}
.TagClassName
{
border-color: #012D82;
}
</style>