Shades of Smalt #013194
Tints of Smalt #013194
RGB
CMYK
RGB Variations
Color information
#013194 (or 0x013194) is known color: Smalt. HEX triplet: 01, 31 and 94. RGB value is (1,49,148). Sum of RGB (Red+Green+Blue) = 1+49+148=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #013194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013194 is #FECE6B. Grayscale: #2D2D2D. Windows color (decimal): -16698988 or 9711873. OLE color: 9711873.
HSL color Cylindrical-coordinate representation of color #013194: hue angle of 220.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013194 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 49 | 148 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.42 |
| HSL | 220.41º | 0.99% | 0.29% | - |
| HSV(B) | 220.41º | 0.99% | 0.58% | - |
| XYZ | 6.46 | 4.34 | 28.51 | - |
| YUV | 45.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 148 | 0.99 | 0.67 | 0 | 0.42 | 220.41 | 0.99 | 0.29 |
| Hex | 1 | 31 | 94 | 63 | 43 | 0 | 2A | DC | 63 | 1D |
| Octal | 1 | 61 | 224 | 143 | 103 | 0 | 52 | 334 | 143 | 35 |
| Binary | 1 | 110001 | 10010100 | 1100011 | 1000011 | 0 | 101010 | 11011100 | 1100011 | 11101 |
Color Harmonies of #013194
Complementary color
Monochromatic Colors of #013194
Black with #013194
Text Example
Text Example
White with #013194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013194; }
p { color: rgb(1,49,148); }
H1.HeaderClassName
{
color: #013194;
}
.AnyTagClassName
{
color: #013194;
}
</style>
background-color css
<style>
a { background-color: #013194; }
a { background-color: rgb(1,49,148); }
div.DivClassName
{
background-color: #013194;
}
.BgClassName
{
background-color: #013194;
}
</style>
border-color css
<style>
span { border-color: #013194; }
span { border-color: rgb(1,49,148); }
td.TdClassName
{
border-color: #013194;
}
.TagClassName
{
border-color: #013194;
}
</style>