Shades of Smalt #01208F
Tints of Smalt #01208F
RGB
CMYK
RGB Variations
Color information
#01208F (or 0x01208F) is known color: Smalt. HEX triplet: 01, 20 and 8F. RGB value is (1,32,143). Sum of RGB (Red+Green+Blue) = 1+32+143=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 143 (56.25% from 255 or 81.25% from 176); Max value from RGB is 143 - color contains mainly: blue. Hex color #01208F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01208F is #FEDF70. Grayscale: #222222. Windows color (decimal): -16703345 or 9379841. OLE color: 9379841.
HSL color Cylindrical-coordinate representation of color #01208F: hue angle of 226.9º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01208F is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 32 | 143 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.44 |
| HSL | 226.9º | 0.99% | 0.28% | - |
| HSV(B) | 226.9º | 0.99% | 0.56% | - |
| XYZ | 5.49 | 3.02 | 26.28 | - |
| YUV | 35.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 143 | 0.99 | 0.78 | 0 | 0.44 | 226.9 | 0.99 | 0.28 |
| Hex | 1 | 20 | 8F | 63 | 4E | 0 | 2C | E3 | 63 | 1C |
| Octal | 1 | 40 | 217 | 143 | 116 | 0 | 54 | 343 | 143 | 34 |
| Binary | 1 | 100000 | 10001111 | 1100011 | 1001110 | 0 | 101100 | 11100011 | 1100011 | 11100 |
Color Harmonies of #01208F
Complementary color
Monochromatic Colors of #01208F
Black with #01208F
Text Example
Text Example
White with #01208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01208F; }
p { color: rgb(1,32,143); }
H1.HeaderClassName
{
color: #01208F;
}
.AnyTagClassName
{
color: #01208F;
}
</style>
background-color css
<style>
a { background-color: #01208F; }
a { background-color: rgb(1,32,143); }
div.DivClassName
{
background-color: #01208F;
}
.BgClassName
{
background-color: #01208F;
}
</style>
border-color css
<style>
span { border-color: #01208F; }
span { border-color: rgb(1,32,143); }
td.TdClassName
{
border-color: #01208F;
}
.TagClassName
{
border-color: #01208F;
}
</style>