Shades of Smalt #013B9A
Tints of Smalt #013B9A
RGB
CMYK
RGB Variations
Color information
#013B9A (or 0x013B9A) is known color: Smalt. HEX triplet: 01, 3B and 9A. RGB value is (1,59,154). Sum of RGB (Red+Green+Blue) = 1+59+154=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #013B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B9A is #FEC465. Grayscale: #343434. Windows color (decimal): -16696422 or 10107649. OLE color: 10107649.
HSL color Cylindrical-coordinate representation of color #013B9A: hue angle of 217.25º 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 #013B9A is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 59 | 154 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.40 |
| HSL | 217.25º | 0.99% | 0.3% | - |
| HSV(B) | 217.25º | 0.99% | 0.6% | - |
| XYZ | 7.41 | 5.47 | 31.24 | - |
| YUV | 52.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 154 | 0.99 | 0.62 | 0 | 0.40 | 217.25 | 0.99 | 0.3 |
| Hex | 1 | 3B | 9A | 63 | 3E | 0 | 28 | D9 | 63 | 1E |
| Octal | 1 | 73 | 232 | 143 | 76 | 0 | 50 | 331 | 143 | 36 |
| Binary | 1 | 111011 | 10011010 | 1100011 | 111110 | 0 | 101000 | 11011001 | 1100011 | 11110 |
Color Harmonies of #013B9A
Complementary color
Monochromatic Colors of #013B9A
Black with #013B9A
Text Example
Text Example
White with #013B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B9A; }
p { color: rgb(1,59,154); }
H1.HeaderClassName
{
color: #013B9A;
}
.AnyTagClassName
{
color: #013B9A;
}
</style>
background-color css
<style>
a { background-color: #013B9A; }
a { background-color: rgb(1,59,154); }
div.DivClassName
{
background-color: #013B9A;
}
.BgClassName
{
background-color: #013B9A;
}
</style>
border-color css
<style>
span { border-color: #013B9A; }
span { border-color: rgb(1,59,154); }
td.TdClassName
{
border-color: #013B9A;
}
.TagClassName
{
border-color: #013B9A;
}
</style>