Shades of Smalt #012985
Tints of Smalt #012985
RGB
CMYK
RGB Variations
Color information
#012985 (or 0x012985) is known color: Smalt. HEX triplet: 01, 29 and 85. RGB value is (1,41,133). Sum of RGB (Red+Green+Blue) = 1+41+133=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #012985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012985 is #FED67A. Grayscale: #272727. Windows color (decimal): -16701051 or 8726785. OLE color: 8726785.
HSL color Cylindrical-coordinate representation of color #012985: hue angle of 221.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012985 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 41 | 133 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.48 |
| HSL | 221.82º | 0.99% | 0.26% | - |
| HSV(B) | 221.82º | 0.99% | 0.52% | - |
| XYZ | 5.04 | 3.29 | 22.56 | - |
| YUV | 39.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 133 | 0.99 | 0.69 | 0 | 0.48 | 221.82 | 0.99 | 0.26 |
| Hex | 1 | 29 | 85 | 63 | 45 | 0 | 30 | DE | 63 | 1A |
| Octal | 1 | 51 | 205 | 143 | 105 | 0 | 60 | 336 | 143 | 32 |
| Binary | 1 | 101001 | 10000101 | 1100011 | 1000101 | 0 | 110000 | 11011110 | 1100011 | 11010 |
Color Harmonies of #012985
Complementary color
Monochromatic Colors of #012985
Black with #012985
Text Example
Text Example
White with #012985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012985; }
p { color: rgb(1,41,133); }
H1.HeaderClassName
{
color: #012985;
}
.AnyTagClassName
{
color: #012985;
}
</style>
background-color css
<style>
a { background-color: #012985; }
a { background-color: rgb(1,41,133); }
div.DivClassName
{
background-color: #012985;
}
.BgClassName
{
background-color: #012985;
}
</style>
border-color css
<style>
span { border-color: #012985; }
span { border-color: rgb(1,41,133); }
td.TdClassName
{
border-color: #012985;
}
.TagClassName
{
border-color: #012985;
}
</style>