Shades of Smalt #01288F
Tints of Smalt #01288F
RGB
CMYK
RGB Variations
Color information
#01288F (or 0x01288F) is known color: Smalt. HEX triplet: 01, 28 and 8F. RGB value is (1,40,143). Sum of RGB (Red+Green+Blue) = 1+40+143=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 143 (56.25% from 255 or 77.72% from 184); Max value from RGB is 143 - color contains mainly: blue. Hex color #01288F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01288F is #FED770. Grayscale: #272727. Windows color (decimal): -16701297 or 9381889. OLE color: 9381889.
HSL color Cylindrical-coordinate representation of color #01288F: hue angle of 223.52º 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 #01288F is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 40 | 143 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.44 |
| HSL | 223.52º | 0.99% | 0.28% | - |
| HSV(B) | 223.52º | 0.99% | 0.56% | - |
| XYZ | 5.73 | 3.51 | 26.36 | - |
| YUV | 40.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 143 | 0.99 | 0.72 | 0 | 0.44 | 223.52 | 0.99 | 0.28 |
| Hex | 1 | 28 | 8F | 63 | 48 | 0 | 2C | E0 | 63 | 1C |
| Octal | 1 | 50 | 217 | 143 | 110 | 0 | 54 | 340 | 143 | 34 |
| Binary | 1 | 101000 | 10001111 | 1100011 | 1001000 | 0 | 101100 | 11100000 | 1100011 | 11100 |
Color Harmonies of #01288F
Complementary color
Monochromatic Colors of #01288F
Black with #01288F
Text Example
Text Example
White with #01288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01288F; }
p { color: rgb(1,40,143); }
H1.HeaderClassName
{
color: #01288F;
}
.AnyTagClassName
{
color: #01288F;
}
</style>
background-color css
<style>
a { background-color: #01288F; }
a { background-color: rgb(1,40,143); }
div.DivClassName
{
background-color: #01288F;
}
.BgClassName
{
background-color: #01288F;
}
</style>
border-color css
<style>
span { border-color: #01288F; }
span { border-color: rgb(1,40,143); }
td.TdClassName
{
border-color: #01288F;
}
.TagClassName
{
border-color: #01288F;
}
</style>