Shades of Smalt #012D83
Tints of Smalt #012D83
RGB
CMYK
RGB Variations
Color information
#012D83 (or 0x012D83) is known color: Smalt. HEX triplet: 01, 2D and 83. RGB value is (1,45,131). Sum of RGB (Red+Green+Blue) = 1+45+131=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #012D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012D83 is #FED27C. Grayscale: #292929. Windows color (decimal): -16700029 or 8596737. OLE color: 8596737.
HSL color Cylindrical-coordinate representation of color #012D83: hue angle of 219.69º 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 #012D83 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 45 | 131 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.49 |
| HSL | 219.69º | 0.98% | 0.26% | - |
| HSV(B) | 219.69º | 0.99% | 0.51% | - |
| XYZ | 5.05 | 3.52 | 21.89 | - |
| YUV | 41.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 131 | 0.99 | 0.66 | 0 | 0.49 | 219.69 | 0.98 | 0.26 |
| Hex | 1 | 2D | 83 | 63 | 42 | 0 | 31 | DC | 62 | 1A |
| Octal | 1 | 55 | 203 | 143 | 102 | 0 | 61 | 334 | 142 | 32 |
| Binary | 1 | 101101 | 10000011 | 1100011 | 1000010 | 0 | 110001 | 11011100 | 1100010 | 11010 |
Color Harmonies of #012D83
Complementary color
Monochromatic Colors of #012D83
Black with #012D83
Text Example
Text Example
White with #012D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D83; }
p { color: rgb(1,45,131); }
H1.HeaderClassName
{
color: #012D83;
}
.AnyTagClassName
{
color: #012D83;
}
</style>
background-color css
<style>
a { background-color: #012D83; }
a { background-color: rgb(1,45,131); }
div.DivClassName
{
background-color: #012D83;
}
.BgClassName
{
background-color: #012D83;
}
</style>
border-color css
<style>
span { border-color: #012D83; }
span { border-color: rgb(1,45,131); }
td.TdClassName
{
border-color: #012D83;
}
.TagClassName
{
border-color: #012D83;
}
</style>