Shades of Smalt #08378E
Tints of Smalt #08378E
RGB
CMYK
RGB Variations
Color information
#08378E (or 0x08378E) is known color: Smalt. HEX triplet: 08, 37 and 8E. RGB value is (8,55,142). Sum of RGB (Red+Green+Blue) = 8+55+142=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #08378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08378E is #F7C871. Grayscale: #323232. Windows color (decimal): -16238706 or 9320200. OLE color: 9320200.
HSL color Cylindrical-coordinate representation of color #08378E: hue angle of 218.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08378E is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 55 | 142 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.44 |
| HSL | 218.96º | 0.89% | 0.29% | - |
| HSV(B) | 218.96º | 0.94% | 0.56% | - |
| XYZ | 6.35 | 4.74 | 26.17 | - |
| YUV | 50.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 142 | 0.94 | 0.61 | 0 | 0.44 | 218.96 | 0.89 | 0.29 |
| Hex | 8 | 37 | 8E | 5E | 3D | 0 | 2C | DB | 59 | 1D |
| Octal | 10 | 67 | 216 | 136 | 75 | 0 | 54 | 333 | 131 | 35 |
| Binary | 1000 | 110111 | 10001110 | 1011110 | 111101 | 0 | 101100 | 11011011 | 1011001 | 11101 |
Color Harmonies of #08378E
Complementary color
Monochromatic Colors of #08378E
Black with #08378E
Text Example
Text Example
White with #08378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08378E; }
p { color: rgb(8,55,142); }
H1.HeaderClassName
{
color: #08378E;
}
.AnyTagClassName
{
color: #08378E;
}
</style>
background-color css
<style>
a { background-color: #08378E; }
a { background-color: rgb(8,55,142); }
div.DivClassName
{
background-color: #08378E;
}
.BgClassName
{
background-color: #08378E;
}
</style>
border-color css
<style>
span { border-color: #08378E; }
span { border-color: rgb(8,55,142); }
td.TdClassName
{
border-color: #08378E;
}
.TagClassName
{
border-color: #08378E;
}
</style>