Shades of Smalt #013E9C
Tints of Smalt #013E9C
RGB
CMYK
RGB Variations
Color information
#013E9C (or 0x013E9C) is known color: Smalt. HEX triplet: 01, 3E and 9C. RGB value is (1,62,156). Sum of RGB (Red+Green+Blue) = 1+62+156=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #013E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E9C is #FEC163. Grayscale: #363636. Windows color (decimal): -16695652 or 10239489. OLE color: 10239489.
HSL color Cylindrical-coordinate representation of color #013E9C: hue angle of 216.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E9C is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 62 | 156 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.39 |
| HSL | 216.39º | 0.99% | 0.31% | - |
| HSV(B) | 216.39º | 0.99% | 0.61% | - |
| XYZ | 7.74 | 5.85 | 32.17 | - |
| YUV | 54.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 156 | 0.99 | 0.60 | 0 | 0.39 | 216.39 | 0.99 | 0.31 |
| Hex | 1 | 3E | 9C | 63 | 3C | 0 | 27 | D8 | 63 | 1F |
| Octal | 1 | 76 | 234 | 143 | 74 | 0 | 47 | 330 | 143 | 37 |
| Binary | 1 | 111110 | 10011100 | 1100011 | 111100 | 0 | 100111 | 11011000 | 1100011 | 11111 |
Color Harmonies of #013E9C
Complementary color
Monochromatic Colors of #013E9C
Black with #013E9C
Text Example
Text Example
White with #013E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E9C; }
p { color: rgb(1,62,156); }
H1.HeaderClassName
{
color: #013E9C;
}
.AnyTagClassName
{
color: #013E9C;
}
</style>
background-color css
<style>
a { background-color: #013E9C; }
a { background-color: rgb(1,62,156); }
div.DivClassName
{
background-color: #013E9C;
}
.BgClassName
{
background-color: #013E9C;
}
</style>
border-color css
<style>
span { border-color: #013E9C; }
span { border-color: rgb(1,62,156); }
td.TdClassName
{
border-color: #013E9C;
}
.TagClassName
{
border-color: #013E9C;
}
</style>