Shades of Smalt #00398A
Tints of Smalt #00398A
RGB
CMYK
RGB Variations
Color information
#00398A (or 0x00398A) is known color: Smalt. HEX triplet: 00, 39 and 8A. RGB value is (0,57,138). Sum of RGB (Red+Green+Blue) = 0+57+138=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #00398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00398A is #FFC675. Grayscale: #303030. Windows color (decimal): -16762486 or 9058560. OLE color: 9058560.
HSL color Cylindrical-coordinate representation of color #00398A: hue angle of 215.22º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00398A is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 57 | 138 | - |
| CMYK | 1 | 0.59 | 0 | 0.46 |
| HSL | 215.22º | 1% | 0.27% | - |
| HSV(B) | 215.22º | 1% | 0.54% | - |
| XYZ | 6.05 | 4.76 | 24.64 | - |
| YUV | 49.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 138 | 1 | 0.59 | 0 | 0.46 | 215.22 | 1 | 0.27 |
| Hex | 0 | 39 | 8A | 64 | 3B | 0 | 2E | D7 | 64 | 1B |
| Octal | 0 | 71 | 212 | 144 | 73 | 0 | 56 | 327 | 144 | 33 |
| Binary | 0 | 111001 | 10001010 | 1100100 | 111011 | 0 | 101110 | 11010111 | 1100100 | 11011 |
Color Harmonies of #00398A
Complementary color
Monochromatic Colors of #00398A
Black with #00398A
Text Example
Text Example
White with #00398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00398A; }
p { color: rgb(0,57,138); }
H1.HeaderClassName
{
color: #00398A;
}
.AnyTagClassName
{
color: #00398A;
}
</style>
background-color css
<style>
a { background-color: #00398A; }
a { background-color: rgb(0,57,138); }
div.DivClassName
{
background-color: #00398A;
}
.BgClassName
{
background-color: #00398A;
}
</style>
border-color css
<style>
span { border-color: #00398A; }
span { border-color: rgb(0,57,138); }
td.TdClassName
{
border-color: #00398A;
}
.TagClassName
{
border-color: #00398A;
}
</style>