Shades of Smalt #013F9F
Tints of Smalt #013F9F
RGB
CMYK
RGB Variations
Color information
#013F9F (or 0x013F9F) is known color: Smalt. HEX triplet: 01, 3F and 9F. RGB value is (1,63,159). Sum of RGB (Red+Green+Blue) = 1+63+159=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #013F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013F9F is #FEC060. Grayscale: #363636. Windows color (decimal): -16695393 or 10436353. OLE color: 10436353.
HSL color Cylindrical-coordinate representation of color #013F9F: hue angle of 216.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F9F is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 63 | 159 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.38 |
| HSL | 216.46º | 0.99% | 0.31% | - |
| HSV(B) | 216.46º | 0.99% | 0.62% | - |
| XYZ | 8.05 | 6.06 | 33.55 | - |
| YUV | 55.41 | 186.46 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 159 | 0.99 | 0.60 | 0 | 0.38 | 216.46 | 0.99 | 0.31 |
| Hex | 1 | 3F | 9F | 63 | 3C | 0 | 26 | D8 | 63 | 1F |
| Octal | 1 | 77 | 237 | 143 | 74 | 0 | 46 | 330 | 143 | 37 |
| Binary | 1 | 111111 | 10011111 | 1100011 | 111100 | 0 | 100110 | 11011000 | 1100011 | 11111 |
Color Harmonies of #013F9F
Complementary color
Monochromatic Colors of #013F9F
Black with #013F9F
Text Example
Text Example
White with #013F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F9F; }
p { color: rgb(1,63,159); }
H1.HeaderClassName
{
color: #013F9F;
}
.AnyTagClassName
{
color: #013F9F;
}
</style>
background-color css
<style>
a { background-color: #013F9F; }
a { background-color: rgb(1,63,159); }
div.DivClassName
{
background-color: #013F9F;
}
.BgClassName
{
background-color: #013F9F;
}
</style>
border-color css
<style>
span { border-color: #013F9F; }
span { border-color: rgb(1,63,159); }
td.TdClassName
{
border-color: #013F9F;
}
.TagClassName
{
border-color: #013F9F;
}
</style>