Shades of Smalt #012488
Tints of Smalt #012488
RGB
CMYK
RGB Variations
Color information
#012488 (or 0x012488) is known color: Smalt. HEX triplet: 01, 24 and 88. RGB value is (1,36,136). Sum of RGB (Red+Green+Blue) = 1+36+136=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #012488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012488 is #FEDB77. Grayscale: #242424. Windows color (decimal): -16702328 or 8922113. OLE color: 8922113.
HSL color Cylindrical-coordinate representation of color #012488: hue angle of 224.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012488 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 36 | 136 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.47 |
| HSL | 224.44º | 0.99% | 0.27% | - |
| HSV(B) | 224.44º | 0.99% | 0.53% | - |
| XYZ | 5.09 | 3.05 | 23.61 | - |
| YUV | 36.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 136 | 0.99 | 0.74 | 0 | 0.47 | 224.44 | 0.99 | 0.27 |
| Hex | 1 | 24 | 88 | 63 | 4A | 0 | 2F | E0 | 63 | 1B |
| Octal | 1 | 44 | 210 | 143 | 112 | 0 | 57 | 340 | 143 | 33 |
| Binary | 1 | 100100 | 10001000 | 1100011 | 1001010 | 0 | 101111 | 11100000 | 1100011 | 11011 |
Color Harmonies of #012488
Complementary color
Monochromatic Colors of #012488
Black with #012488
Text Example
Text Example
White with #012488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012488; }
p { color: rgb(1,36,136); }
H1.HeaderClassName
{
color: #012488;
}
.AnyTagClassName
{
color: #012488;
}
</style>
background-color css
<style>
a { background-color: #012488; }
a { background-color: rgb(1,36,136); }
div.DivClassName
{
background-color: #012488;
}
.BgClassName
{
background-color: #012488;
}
</style>
border-color css
<style>
span { border-color: #012488; }
span { border-color: rgb(1,36,136); }
td.TdClassName
{
border-color: #012488;
}
.TagClassName
{
border-color: #012488;
}
</style>