Shades of Smalt #013B8C
Tints of Smalt #013B8C
RGB
CMYK
RGB Variations
Color information
#013B8C (or 0x013B8C) is known color: Smalt. HEX triplet: 01, 3B and 8C. RGB value is (1,59,140). Sum of RGB (Red+Green+Blue) = 1+59+140=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #013B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B8C is #FEC473. Grayscale: #323232. Windows color (decimal): -16696436 or 9190145. OLE color: 9190145.
HSL color Cylindrical-coordinate representation of color #013B8C: hue angle of 214.96º 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 #013B8C is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 59 | 140 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.45 |
| HSL | 214.96º | 0.99% | 0.28% | - |
| HSV(B) | 214.96º | 0.99% | 0.55% | - |
| XYZ | 6.31 | 5.03 | 25.45 | - |
| YUV | 50.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 140 | 0.99 | 0.58 | 0 | 0.45 | 214.96 | 0.99 | 0.28 |
| Hex | 1 | 3B | 8C | 63 | 3A | 0 | 2D | D7 | 63 | 1C |
| Octal | 1 | 73 | 214 | 143 | 72 | 0 | 55 | 327 | 143 | 34 |
| Binary | 1 | 111011 | 10001100 | 1100011 | 111010 | 0 | 101101 | 11010111 | 1100011 | 11100 |
Color Harmonies of #013B8C
Complementary color
Monochromatic Colors of #013B8C
Black with #013B8C
Text Example
Text Example
White with #013B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B8C; }
p { color: rgb(1,59,140); }
H1.HeaderClassName
{
color: #013B8C;
}
.AnyTagClassName
{
color: #013B8C;
}
</style>
background-color css
<style>
a { background-color: #013B8C; }
a { background-color: rgb(1,59,140); }
div.DivClassName
{
background-color: #013B8C;
}
.BgClassName
{
background-color: #013B8C;
}
</style>
border-color css
<style>
span { border-color: #013B8C; }
span { border-color: rgb(1,59,140); }
td.TdClassName
{
border-color: #013B8C;
}
.TagClassName
{
border-color: #013B8C;
}
</style>