Shades of Smalt #01358F
Tints of Smalt #01358F
RGB
CMYK
RGB Variations
Color information
#01358F (or 0x01358F) is known color: Smalt. HEX triplet: 01, 35 and 8F. RGB value is (1,53,143). Sum of RGB (Red+Green+Blue) = 1+53+143=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 143 (56.25% from 255 or 72.59% from 197); Max value from RGB is 143 - color contains mainly: blue. Hex color #01358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358F is #FECA70. Grayscale: #2F2F2F. Windows color (decimal): -16697969 or 9385217. OLE color: 9385217.
HSL color Cylindrical-coordinate representation of color #01358F: hue angle of 218.03º 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 #01358F is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 53 | 143 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.44 |
| HSL | 218.03º | 0.99% | 0.28% | - |
| HSV(B) | 218.03º | 0.99% | 0.56% | - |
| XYZ | 6.24 | 4.54 | 26.53 | - |
| YUV | 47.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 143 | 0.99 | 0.63 | 0 | 0.44 | 218.03 | 0.99 | 0.28 |
| Hex | 1 | 35 | 8F | 63 | 3F | 0 | 2C | DA | 63 | 1C |
| Octal | 1 | 65 | 217 | 143 | 77 | 0 | 54 | 332 | 143 | 34 |
| Binary | 1 | 110101 | 10001111 | 1100011 | 111111 | 0 | 101100 | 11011010 | 1100011 | 11100 |
Color Harmonies of #01358F
Complementary color
Monochromatic Colors of #01358F
Black with #01358F
Text Example
Text Example
White with #01358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01358F; }
p { color: rgb(1,53,143); }
H1.HeaderClassName
{
color: #01358F;
}
.AnyTagClassName
{
color: #01358F;
}
</style>
background-color css
<style>
a { background-color: #01358F; }
a { background-color: rgb(1,53,143); }
div.DivClassName
{
background-color: #01358F;
}
.BgClassName
{
background-color: #01358F;
}
</style>
border-color css
<style>
span { border-color: #01358F; }
span { border-color: rgb(1,53,143); }
td.TdClassName
{
border-color: #01358F;
}
.TagClassName
{
border-color: #01358F;
}
</style>