Shades of Smalt #082899
Tints of Smalt #082899
RGB
CMYK
RGB Variations
Color information
#082899 (or 0x082899) is known color: Smalt. HEX triplet: 08, 28 and 99. RGB value is (8,40,153). Sum of RGB (Red+Green+Blue) = 8+40+153=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #082899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082899 is #F7D766. Grayscale: #2A2A2A. Windows color (decimal): -16242535 or 10037256. OLE color: 10037256.
HSL color Cylindrical-coordinate representation of color #082899: hue angle of 226.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082899 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 40 | 153 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.4 |
| HSL | 226.76º | 0.9% | 0.32% | - |
| HSV(B) | 226.76º | 0.95% | 0.6% | - |
| XYZ | 6.61 | 3.87 | 30.54 | - |
| YUV | 43.31 | 189.9 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 153 | 0.95 | 0.74 | 0 | 0.4 | 226.76 | 0.9 | 0.32 |
| Hex | 8 | 28 | 99 | 5F | 4A | 0 | 28 | E3 | 5A | 20 |
| Octal | 10 | 50 | 231 | 137 | 112 | 0 | 50 | 343 | 132 | 40 |
| Binary | 1000 | 101000 | 10011001 | 1011111 | 1001010 | 0 | 101000 | 11100011 | 1011010 | 100000 |
Color Harmonies of #082899
Complementary color
Monochromatic Colors of #082899
Black with #082899
Text Example
Text Example
White with #082899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082899; }
p { color: rgb(8,40,153); }
H1.HeaderClassName
{
color: #082899;
}
.AnyTagClassName
{
color: #082899;
}
</style>
background-color css
<style>
a { background-color: #082899; }
a { background-color: rgb(8,40,153); }
div.DivClassName
{
background-color: #082899;
}
.BgClassName
{
background-color: #082899;
}
</style>
border-color css
<style>
span { border-color: #082899; }
span { border-color: rgb(8,40,153); }
td.TdClassName
{
border-color: #082899;
}
.TagClassName
{
border-color: #082899;
}
</style>