Shades of Smalt #08358B
Tints of Smalt #08358B
RGB
CMYK
RGB Variations
Color information
#08358B (or 0x08358B) is known color: Smalt. HEX triplet: 08, 35 and 8B. RGB value is (8,53,139). Sum of RGB (Red+Green+Blue) = 8+53+139=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #08358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08358B is #F7CA74. Grayscale: #303030. Windows color (decimal): -16239221 or 9123080. OLE color: 9123080.
HSL color Cylindrical-coordinate representation of color #08358B: hue angle of 219.39º 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 #08358B is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 53 | 139 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.45 |
| HSL | 219.39º | 0.89% | 0.29% | - |
| HSV(B) | 219.39º | 0.94% | 0.55% | - |
| XYZ | 6.03 | 4.46 | 24.97 | - |
| YUV | 49.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 139 | 0.94 | 0.62 | 0 | 0.45 | 219.39 | 0.89 | 0.29 |
| Hex | 8 | 35 | 8B | 5E | 3E | 0 | 2D | DB | 59 | 1D |
| Octal | 10 | 65 | 213 | 136 | 76 | 0 | 55 | 333 | 131 | 35 |
| Binary | 1000 | 110101 | 10001011 | 1011110 | 111110 | 0 | 101101 | 11011011 | 1011001 | 11101 |
Color Harmonies of #08358B
Complementary color
Monochromatic Colors of #08358B
Black with #08358B
Text Example
Text Example
White with #08358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08358B; }
p { color: rgb(8,53,139); }
H1.HeaderClassName
{
color: #08358B;
}
.AnyTagClassName
{
color: #08358B;
}
</style>
background-color css
<style>
a { background-color: #08358B; }
a { background-color: rgb(8,53,139); }
div.DivClassName
{
background-color: #08358B;
}
.BgClassName
{
background-color: #08358B;
}
</style>
border-color css
<style>
span { border-color: #08358B; }
span { border-color: rgb(8,53,139); }
td.TdClassName
{
border-color: #08358B;
}
.TagClassName
{
border-color: #08358B;
}
</style>