Shades of Smalt #013B98
Tints of Smalt #013B98
RGB
CMYK
RGB Variations
Color information
#013B98 (or 0x013B98) is known color: Smalt. HEX triplet: 01, 3B and 98. RGB value is (1,59,152). Sum of RGB (Red+Green+Blue) = 1+59+152=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #013B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B98 is #FEC467. Grayscale: #333333. Windows color (decimal): -16696424 or 9976577. OLE color: 9976577.
HSL color Cylindrical-coordinate representation of color #013B98: hue angle of 216.95º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B98 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 59 | 152 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.40 |
| HSL | 216.95º | 0.99% | 0.3% | - |
| HSV(B) | 216.95º | 0.99% | 0.6% | - |
| XYZ | 7.24 | 5.4 | 30.37 | - |
| YUV | 52.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 152 | 0.99 | 0.61 | 0 | 0.40 | 216.95 | 0.99 | 0.3 |
| Hex | 1 | 3B | 98 | 63 | 3D | 0 | 28 | D9 | 63 | 1E |
| Octal | 1 | 73 | 230 | 143 | 75 | 0 | 50 | 331 | 143 | 36 |
| Binary | 1 | 111011 | 10011000 | 1100011 | 111101 | 0 | 101000 | 11011001 | 1100011 | 11110 |
Color Harmonies of #013B98
Complementary color
Monochromatic Colors of #013B98
Black with #013B98
Text Example
Text Example
White with #013B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B98; }
p { color: rgb(1,59,152); }
H1.HeaderClassName
{
color: #013B98;
}
.AnyTagClassName
{
color: #013B98;
}
</style>
background-color css
<style>
a { background-color: #013B98; }
a { background-color: rgb(1,59,152); }
div.DivClassName
{
background-color: #013B98;
}
.BgClassName
{
background-color: #013B98;
}
</style>
border-color css
<style>
span { border-color: #013B98; }
span { border-color: rgb(1,59,152); }
td.TdClassName
{
border-color: #013B98;
}
.TagClassName
{
border-color: #013B98;
}
</style>