Shades of Smalt #00319A
Tints of Smalt #00319A
RGB
CMYK
RGB Variations
Color information
#00319A (or 0x00319A) is known color: Smalt. HEX triplet: 00, 31 and 9A. RGB value is (0,49,154). Sum of RGB (Red+Green+Blue) = 0+49+154=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #00319A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00319A is #FFCE65. Grayscale: #2D2D2D. Windows color (decimal): -16764518 or 10105088. OLE color: 10105088.
HSL color Cylindrical-coordinate representation of color #00319A: hue angle of 220.91º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00319A is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 49 | 154 | - |
| CMYK | 1 | 0.68 | 0 | 0.40 |
| HSL | 220.91º | 1% | 0.3% | - |
| HSV(B) | 220.91º | 1% | 0.6% | - |
| XYZ | 6.93 | 4.53 | 31.08 | - |
| YUV | 46.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 154 | 1 | 0.68 | 0 | 0.40 | 220.91 | 1 | 0.3 |
| Hex | 0 | 31 | 9A | 64 | 44 | 0 | 28 | DD | 64 | 1E |
| Octal | 0 | 61 | 232 | 144 | 104 | 0 | 50 | 335 | 144 | 36 |
| Binary | 0 | 110001 | 10011010 | 1100100 | 1000100 | 0 | 101000 | 11011101 | 1100100 | 11110 |
Color Harmonies of #00319A
Complementary color
Monochromatic Colors of #00319A
Black with #00319A
Text Example
Text Example
White with #00319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00319A; }
p { color: rgb(0,49,154); }
H1.HeaderClassName
{
color: #00319A;
}
.AnyTagClassName
{
color: #00319A;
}
</style>
background-color css
<style>
a { background-color: #00319A; }
a { background-color: rgb(0,49,154); }
div.DivClassName
{
background-color: #00319A;
}
.BgClassName
{
background-color: #00319A;
}
</style>
border-color css
<style>
span { border-color: #00319A; }
span { border-color: rgb(0,49,154); }
td.TdClassName
{
border-color: #00319A;
}
.TagClassName
{
border-color: #00319A;
}
</style>