Shades of Smalt #00398B
Tints of Smalt #00398B
RGB
CMYK
RGB Variations
Color information
#00398B (or 0x00398B) is known color: Smalt. HEX triplet: 00, 39 and 8B. RGB value is (0,57,139). Sum of RGB (Red+Green+Blue) = 0+57+139=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #00398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00398B is #FFC674. Grayscale: #303030. Windows color (decimal): -16762485 or 9124096. OLE color: 9124096.
HSL color Cylindrical-coordinate representation of color #00398B: hue angle of 215.4º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00398B is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 57 | 139 | - |
| CMYK | 1 | 0.59 | 0 | 0.45 |
| HSL | 215.4º | 1% | 0.27% | - |
| HSV(B) | 215.4º | 1% | 0.55% | - |
| XYZ | 6.12 | 4.79 | 25.03 | - |
| YUV | 49.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 139 | 1 | 0.59 | 0 | 0.45 | 215.4 | 1 | 0.27 |
| Hex | 0 | 39 | 8B | 64 | 3B | 0 | 2D | D7 | 64 | 1B |
| Octal | 0 | 71 | 213 | 144 | 73 | 0 | 55 | 327 | 144 | 33 |
| Binary | 0 | 111001 | 10001011 | 1100100 | 111011 | 0 | 101101 | 11010111 | 1100100 | 11011 |
Color Harmonies of #00398B
Complementary color
Monochromatic Colors of #00398B
Black with #00398B
Text Example
Text Example
White with #00398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00398B; }
p { color: rgb(0,57,139); }
H1.HeaderClassName
{
color: #00398B;
}
.AnyTagClassName
{
color: #00398B;
}
</style>
background-color css
<style>
a { background-color: #00398B; }
a { background-color: rgb(0,57,139); }
div.DivClassName
{
background-color: #00398B;
}
.BgClassName
{
background-color: #00398B;
}
</style>
border-color css
<style>
span { border-color: #00398B; }
span { border-color: rgb(0,57,139); }
td.TdClassName
{
border-color: #00398B;
}
.TagClassName
{
border-color: #00398B;
}
</style>