Shades of Smalt #07398B
Tints of Smalt #07398B
RGB
CMYK
RGB Variations
Color information
#07398B (or 0x07398B) is known color: Smalt. HEX triplet: 07, 39 and 8B. RGB value is (7,57,139). Sum of RGB (Red+Green+Blue) = 7+57+139=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #07398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07398B is #F8C674. Grayscale: #333333. Windows color (decimal): -16303733 or 9124103. OLE color: 9124103.
HSL color Cylindrical-coordinate representation of color #07398B: hue angle of 217.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07398B is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 57 | 139 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.45 |
| HSL | 217.27º | 0.9% | 0.29% | - |
| HSV(B) | 217.27º | 0.95% | 0.55% | - |
| XYZ | 6.21 | 4.84 | 25.03 | - |
| YUV | 51.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 139 | 0.95 | 0.59 | 0 | 0.45 | 217.27 | 0.9 | 0.29 |
| Hex | 7 | 39 | 8B | 5F | 3B | 0 | 2D | D9 | 5A | 1D |
| Octal | 7 | 71 | 213 | 137 | 73 | 0 | 55 | 331 | 132 | 35 |
| Binary | 111 | 111001 | 10001011 | 1011111 | 111011 | 0 | 101101 | 11011001 | 1011010 | 11101 |
Color Harmonies of #07398B
Complementary color
Monochromatic Colors of #07398B
Black with #07398B
Text Example
Text Example
White with #07398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07398B; }
p { color: rgb(7,57,139); }
H1.HeaderClassName
{
color: #07398B;
}
.AnyTagClassName
{
color: #07398B;
}
</style>
background-color css
<style>
a { background-color: #07398B; }
a { background-color: rgb(7,57,139); }
div.DivClassName
{
background-color: #07398B;
}
.BgClassName
{
background-color: #07398B;
}
</style>
border-color css
<style>
span { border-color: #07398B; }
span { border-color: rgb(7,57,139); }
td.TdClassName
{
border-color: #07398B;
}
.TagClassName
{
border-color: #07398B;
}
</style>