Shades of Smalt #083389
Tints of Smalt #083389
RGB
CMYK
RGB Variations
Color information
#083389 (or 0x083389) is known color: Smalt. HEX triplet: 08, 33 and 89. RGB value is (8,51,137). Sum of RGB (Red+Green+Blue) = 8+51+137=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #083389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083389 is #F7CC76. Grayscale: #2F2F2F. Windows color (decimal): -16239735 or 8991496. OLE color: 8991496.
HSL color Cylindrical-coordinate representation of color #083389: hue angle of 220º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083389 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 51 | 137 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.46 |
| HSL | 220º | 0.89% | 0.28% | - |
| HSV(B) | 220º | 0.94% | 0.54% | - |
| XYZ | 5.8 | 4.23 | 24.18 | - |
| YUV | 47.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 137 | 0.94 | 0.63 | 0 | 0.46 | 220 | 0.89 | 0.28 |
| Hex | 8 | 33 | 89 | 5E | 3F | 0 | 2E | DC | 59 | 1C |
| Octal | 10 | 63 | 211 | 136 | 77 | 0 | 56 | 334 | 131 | 34 |
| Binary | 1000 | 110011 | 10001001 | 1011110 | 111111 | 0 | 101110 | 11011100 | 1011001 | 11100 |
Color Harmonies of #083389
Complementary color
Monochromatic Colors of #083389
Black with #083389
Text Example
Text Example
White with #083389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083389; }
p { color: rgb(8,51,137); }
H1.HeaderClassName
{
color: #083389;
}
.AnyTagClassName
{
color: #083389;
}
</style>
background-color css
<style>
a { background-color: #083389; }
a { background-color: rgb(8,51,137); }
div.DivClassName
{
background-color: #083389;
}
.BgClassName
{
background-color: #083389;
}
</style>
border-color css
<style>
span { border-color: #083389; }
span { border-color: rgb(8,51,137); }
td.TdClassName
{
border-color: #083389;
}
.TagClassName
{
border-color: #083389;
}
</style>