Shades of Smalt #08338D
Tints of Smalt #08338D
RGB
CMYK
RGB Variations
Color information
#08338D (or 0x08338D) is known color: Smalt. HEX triplet: 08, 33 and 8D. RGB value is (8,51,141). Sum of RGB (Red+Green+Blue) = 8+51+141=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #08338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08338D is #F7CC72. Grayscale: #303030. Windows color (decimal): -16239731 or 9253640. OLE color: 9253640.
HSL color Cylindrical-coordinate representation of color #08338D: hue angle of 220.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08338D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 51 | 141 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.45 |
| HSL | 220.6º | 0.89% | 0.29% | - |
| HSV(B) | 220.6º | 0.94% | 0.55% | - |
| XYZ | 6.09 | 4.34 | 25.72 | - |
| YUV | 48.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 141 | 0.94 | 0.64 | 0 | 0.45 | 220.6 | 0.89 | 0.29 |
| Hex | 8 | 33 | 8D | 5E | 40 | 0 | 2D | DD | 59 | 1D |
| Octal | 10 | 63 | 215 | 136 | 100 | 0 | 55 | 335 | 131 | 35 |
| Binary | 1000 | 110011 | 10001101 | 1011110 | 1000000 | 0 | 101101 | 11011101 | 1011001 | 11101 |
Color Harmonies of #08338D
Complementary color
Monochromatic Colors of #08338D
Black with #08338D
Text Example
Text Example
White with #08338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08338D; }
p { color: rgb(8,51,141); }
H1.HeaderClassName
{
color: #08338D;
}
.AnyTagClassName
{
color: #08338D;
}
</style>
background-color css
<style>
a { background-color: #08338D; }
a { background-color: rgb(8,51,141); }
div.DivClassName
{
background-color: #08338D;
}
.BgClassName
{
background-color: #08338D;
}
</style>
border-color css
<style>
span { border-color: #08338D; }
span { border-color: rgb(8,51,141); }
td.TdClassName
{
border-color: #08338D;
}
.TagClassName
{
border-color: #08338D;
}
</style>