Shades of Smalt #08358F
Tints of Smalt #08358F
RGB
CMYK
RGB Variations
Color information
#08358F (or 0x08358F) is known color: Smalt. HEX triplet: 08, 35 and 8F. RGB value is (8,53,143). Sum of RGB (Red+Green+Blue) = 8+53+143=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #08358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08358F is #F7CA70. Grayscale: #313131. Windows color (decimal): -16239217 or 9385224. OLE color: 9385224.
HSL color Cylindrical-coordinate representation of color #08358F: hue angle of 220º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08358F is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 53 | 143 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.44 |
| HSL | 220º | 0.89% | 0.3% | - |
| HSV(B) | 220º | 0.94% | 0.56% | - |
| XYZ | 6.33 | 4.58 | 26.54 | - |
| YUV | 49.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 143 | 0.94 | 0.63 | 0 | 0.44 | 220 | 0.89 | 0.3 |
| Hex | 8 | 35 | 8F | 5E | 3F | 0 | 2C | DC | 59 | 1E |
| Octal | 10 | 65 | 217 | 136 | 77 | 0 | 54 | 334 | 131 | 36 |
| Binary | 1000 | 110101 | 10001111 | 1011110 | 111111 | 0 | 101100 | 11011100 | 1011001 | 11110 |
Color Harmonies of #08358F
Complementary color
Monochromatic Colors of #08358F
Black with #08358F
Text Example
Text Example
White with #08358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08358F; }
p { color: rgb(8,53,143); }
H1.HeaderClassName
{
color: #08358F;
}
.AnyTagClassName
{
color: #08358F;
}
</style>
background-color css
<style>
a { background-color: #08358F; }
a { background-color: rgb(8,53,143); }
div.DivClassName
{
background-color: #08358F;
}
.BgClassName
{
background-color: #08358F;
}
</style>
border-color css
<style>
span { border-color: #08358F; }
span { border-color: rgb(8,53,143); }
td.TdClassName
{
border-color: #08358F;
}
.TagClassName
{
border-color: #08358F;
}
</style>