Shades of Smalt #01278D
Tints of Smalt #01278D
RGB
CMYK
RGB Variations
Color information
#01278D (or 0x01278D) is known color: Smalt. HEX triplet: 01, 27 and 8D. RGB value is (1,39,141). Sum of RGB (Red+Green+Blue) = 1+39+141=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #01278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01278D is #FED872. Grayscale: #262626. Windows color (decimal): -16701555 or 9250561. OLE color: 9250561.
HSL color Cylindrical-coordinate representation of color #01278D: hue angle of 223.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01278D is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 39 | 141 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.45 |
| HSL | 223.71º | 0.99% | 0.28% | - |
| HSV(B) | 223.71º | 0.99% | 0.55% | - |
| XYZ | 5.55 | 3.38 | 25.56 | - |
| YUV | 39.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 141 | 0.99 | 0.72 | 0 | 0.45 | 223.71 | 0.99 | 0.28 |
| Hex | 1 | 27 | 8D | 63 | 48 | 0 | 2D | E0 | 63 | 1C |
| Octal | 1 | 47 | 215 | 143 | 110 | 0 | 55 | 340 | 143 | 34 |
| Binary | 1 | 100111 | 10001101 | 1100011 | 1001000 | 0 | 101101 | 11100000 | 1100011 | 11100 |
Color Harmonies of #01278D
Complementary color
Monochromatic Colors of #01278D
Black with #01278D
Text Example
Text Example
White with #01278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01278D; }
p { color: rgb(1,39,141); }
H1.HeaderClassName
{
color: #01278D;
}
.AnyTagClassName
{
color: #01278D;
}
</style>
background-color css
<style>
a { background-color: #01278D; }
a { background-color: rgb(1,39,141); }
div.DivClassName
{
background-color: #01278D;
}
.BgClassName
{
background-color: #01278D;
}
</style>
border-color css
<style>
span { border-color: #01278D; }
span { border-color: rgb(1,39,141); }
td.TdClassName
{
border-color: #01278D;
}
.TagClassName
{
border-color: #01278D;
}
</style>