Shades of Smalt #00398E
Tints of Smalt #00398E
RGB
CMYK
RGB Variations
Color information
#00398E (or 0x00398E) is known color: Smalt. HEX triplet: 00, 39 and 8E. RGB value is (0,57,142). Sum of RGB (Red+Green+Blue) = 0+57+142=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #00398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00398E is #FFC671. Grayscale: #313131. Windows color (decimal): -16762482 or 9320704. OLE color: 9320704.
HSL color Cylindrical-coordinate representation of color #00398E: hue angle of 215.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00398E is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 57 | 142 | - |
| CMYK | 1 | 0.60 | 0 | 0.44 |
| HSL | 215.92º | 1% | 0.28% | - |
| HSV(B) | 215.92º | 1% | 0.56% | - |
| XYZ | 6.35 | 4.88 | 26.2 | - |
| YUV | 49.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 142 | 1 | 0.60 | 0 | 0.44 | 215.92 | 1 | 0.28 |
| Hex | 0 | 39 | 8E | 64 | 3C | 0 | 2C | D8 | 64 | 1C |
| Octal | 0 | 71 | 216 | 144 | 74 | 0 | 54 | 330 | 144 | 34 |
| Binary | 0 | 111001 | 10001110 | 1100100 | 111100 | 0 | 101100 | 11011000 | 1100100 | 11100 |
Color Harmonies of #00398E
Complementary color
Monochromatic Colors of #00398E
Black with #00398E
Text Example
Text Example
White with #00398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00398E; }
p { color: rgb(0,57,142); }
H1.HeaderClassName
{
color: #00398E;
}
.AnyTagClassName
{
color: #00398E;
}
</style>
background-color css
<style>
a { background-color: #00398E; }
a { background-color: rgb(0,57,142); }
div.DivClassName
{
background-color: #00398E;
}
.BgClassName
{
background-color: #00398E;
}
</style>
border-color css
<style>
span { border-color: #00398E; }
span { border-color: rgb(0,57,142); }
td.TdClassName
{
border-color: #00398E;
}
.TagClassName
{
border-color: #00398E;
}
</style>