Shades of Smalt #003194
Tints of Smalt #003194
RGB
CMYK
RGB Variations
Color information
#003194 (or 0x003194) is known color: Smalt. HEX triplet: 00, 31 and 94. RGB value is (0,49,148). Sum of RGB (Red+Green+Blue) = 0+49+148=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #003194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003194 is #FFCE6B. Grayscale: #2D2D2D. Windows color (decimal): -16764524 or 9711872. OLE color: 9711872.
HSL color Cylindrical-coordinate representation of color #003194: hue angle of 220.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003194 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 49 | 148 | - |
| CMYK | 1 | 0.67 | 0 | 0.42 |
| HSL | 220.14º | 1% | 0.29% | - |
| HSV(B) | 220.14º | 1% | 0.58% | - |
| XYZ | 6.44 | 4.33 | 28.51 | - |
| YUV | 45.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 148 | 1 | 0.67 | 0 | 0.42 | 220.14 | 1 | 0.29 |
| Hex | 0 | 31 | 94 | 64 | 43 | 0 | 2A | DC | 64 | 1D |
| Octal | 0 | 61 | 224 | 144 | 103 | 0 | 52 | 334 | 144 | 35 |
| Binary | 0 | 110001 | 10010100 | 1100100 | 1000011 | 0 | 101010 | 11011100 | 1100100 | 11101 |
Color Harmonies of #003194
Complementary color
Monochromatic Colors of #003194
Black with #003194
Text Example
Text Example
White with #003194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003194; }
p { color: rgb(0,49,148); }
H1.HeaderClassName
{
color: #003194;
}
.AnyTagClassName
{
color: #003194;
}
</style>
background-color css
<style>
a { background-color: #003194; }
a { background-color: rgb(0,49,148); }
div.DivClassName
{
background-color: #003194;
}
.BgClassName
{
background-color: #003194;
}
</style>
border-color css
<style>
span { border-color: #003194; }
span { border-color: rgb(0,49,148); }
td.TdClassName
{
border-color: #003194;
}
.TagClassName
{
border-color: #003194;
}
</style>