Shades of Smalt #01378F
Tints of Smalt #01378F
RGB
CMYK
RGB Variations
Color information
#01378F (or 0x01378F) is known color: Smalt. HEX triplet: 01, 37 and 8F. RGB value is (1,55,143). Sum of RGB (Red+Green+Blue) = 1+55+143=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #01378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01378F is #FEC870. Grayscale: #303030. Windows color (decimal): -16697457 or 9385729. OLE color: 9385729.
HSL color Cylindrical-coordinate representation of color #01378F: hue angle of 217.18º 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 #01378F is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 55 | 143 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.44 |
| HSL | 217.18º | 0.99% | 0.28% | - |
| HSV(B) | 217.18º | 0.99% | 0.56% | - |
| XYZ | 6.34 | 4.72 | 26.56 | - |
| YUV | 48.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 143 | 0.99 | 0.62 | 0 | 0.44 | 217.18 | 0.99 | 0.28 |
| Hex | 1 | 37 | 8F | 63 | 3E | 0 | 2C | D9 | 63 | 1C |
| Octal | 1 | 67 | 217 | 143 | 76 | 0 | 54 | 331 | 143 | 34 |
| Binary | 1 | 110111 | 10001111 | 1100011 | 111110 | 0 | 101100 | 11011001 | 1100011 | 11100 |
Color Harmonies of #01378F
Complementary color
Monochromatic Colors of #01378F
Black with #01378F
Text Example
Text Example
White with #01378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01378F; }
p { color: rgb(1,55,143); }
H1.HeaderClassName
{
color: #01378F;
}
.AnyTagClassName
{
color: #01378F;
}
</style>
background-color css
<style>
a { background-color: #01378F; }
a { background-color: rgb(1,55,143); }
div.DivClassName
{
background-color: #01378F;
}
.BgClassName
{
background-color: #01378F;
}
</style>
border-color css
<style>
span { border-color: #01378F; }
span { border-color: rgb(1,55,143); }
td.TdClassName
{
border-color: #01378F;
}
.TagClassName
{
border-color: #01378F;
}
</style>