Shades of Smalt #08358D
Tints of Smalt #08358D
RGB
CMYK
RGB Variations
Color information
#08358D (or 0x08358D) is known color: Smalt. HEX triplet: 08, 35 and 8D. RGB value is (8,53,141). Sum of RGB (Red+Green+Blue) = 8+53+141=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #08358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08358D is #F7CA72. Grayscale: #313131. Windows color (decimal): -16239219 or 9254152. OLE color: 9254152.
HSL color Cylindrical-coordinate representation of color #08358D: hue angle of 219.7º 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 #08358D is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 53 | 141 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.45 |
| HSL | 219.7º | 0.89% | 0.29% | - |
| HSV(B) | 219.7º | 0.94% | 0.55% | - |
| XYZ | 6.18 | 4.52 | 25.75 | - |
| YUV | 49.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 141 | 0.94 | 0.62 | 0 | 0.45 | 219.7 | 0.89 | 0.29 |
| Hex | 8 | 35 | 8D | 5E | 3E | 0 | 2D | DC | 59 | 1D |
| Octal | 10 | 65 | 215 | 136 | 76 | 0 | 55 | 334 | 131 | 35 |
| Binary | 1000 | 110101 | 10001101 | 1011110 | 111110 | 0 | 101101 | 11011100 | 1011001 | 11101 |
Color Harmonies of #08358D
Complementary color
Monochromatic Colors of #08358D
Black with #08358D
Text Example
Text Example
White with #08358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08358D; }
p { color: rgb(8,53,141); }
H1.HeaderClassName
{
color: #08358D;
}
.AnyTagClassName
{
color: #08358D;
}
</style>
background-color css
<style>
a { background-color: #08358D; }
a { background-color: rgb(8,53,141); }
div.DivClassName
{
background-color: #08358D;
}
.BgClassName
{
background-color: #08358D;
}
</style>
border-color css
<style>
span { border-color: #08358D; }
span { border-color: rgb(8,53,141); }
td.TdClassName
{
border-color: #08358D;
}
.TagClassName
{
border-color: #08358D;
}
</style>