Shades of Smalt #01358D
Tints of Smalt #01358D
RGB
CMYK
RGB Variations
Color information
#01358D (or 0x01358D) is known color: Smalt. HEX triplet: 01, 35 and 8D. RGB value is (1,53,141). Sum of RGB (Red+Green+Blue) = 1+53+141=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #01358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358D is #FECA72. Grayscale: #2F2F2F. Windows color (decimal): -16697971 or 9254145. OLE color: 9254145.
HSL color Cylindrical-coordinate representation of color #01358D: hue angle of 217.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 #01358D is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 53 | 141 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.45 |
| HSL | 217.71º | 0.99% | 0.28% | - |
| HSV(B) | 217.71º | 0.99% | 0.55% | - |
| XYZ | 6.09 | 4.48 | 25.74 | - |
| YUV | 47.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 141 | 0.99 | 0.62 | 0 | 0.45 | 217.71 | 0.99 | 0.28 |
| Hex | 1 | 35 | 8D | 63 | 3E | 0 | 2D | DA | 63 | 1C |
| Octal | 1 | 65 | 215 | 143 | 76 | 0 | 55 | 332 | 143 | 34 |
| Binary | 1 | 110101 | 10001101 | 1100011 | 111110 | 0 | 101101 | 11011010 | 1100011 | 11100 |
Color Harmonies of #01358D
Complementary color
Monochromatic Colors of #01358D
Black with #01358D
Text Example
Text Example
White with #01358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01358D; }
p { color: rgb(1,53,141); }
H1.HeaderClassName
{
color: #01358D;
}
.AnyTagClassName
{
color: #01358D;
}
</style>
background-color css
<style>
a { background-color: #01358D; }
a { background-color: rgb(1,53,141); }
div.DivClassName
{
background-color: #01358D;
}
.BgClassName
{
background-color: #01358D;
}
</style>
border-color css
<style>
span { border-color: #01358D; }
span { border-color: rgb(1,53,141); }
td.TdClassName
{
border-color: #01358D;
}
.TagClassName
{
border-color: #01358D;
}
</style>