Shades of Smalt #083F90
Tints of Smalt #083F90
RGB
CMYK
RGB Variations
Color information
#083F90 (or 0x083F90) is known color: Smalt. HEX triplet: 08, 3F and 90. RGB value is (8,63,144). Sum of RGB (Red+Green+Blue) = 8+63+144=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #083F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F90 is #F7C06F. Grayscale: #373737. Windows color (decimal): -16236656 or 9453320. OLE color: 9453320.
HSL color Cylindrical-coordinate representation of color #083F90: hue angle of 215.74º 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 #083F90 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 63 | 144 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.44 |
| HSL | 215.74º | 0.89% | 0.3% | - |
| HSV(B) | 215.74º | 0.94% | 0.56% | - |
| XYZ | 6.91 | 5.62 | 27.11 | - |
| YUV | 55.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 144 | 0.94 | 0.56 | 0 | 0.44 | 215.74 | 0.89 | 0.3 |
| Hex | 8 | 3F | 90 | 5E | 38 | 0 | 2C | D8 | 59 | 1E |
| Octal | 10 | 77 | 220 | 136 | 70 | 0 | 54 | 330 | 131 | 36 |
| Binary | 1000 | 111111 | 10010000 | 1011110 | 111000 | 0 | 101100 | 11011000 | 1011001 | 11110 |
Color Harmonies of #083F90
Complementary color
Monochromatic Colors of #083F90
Black with #083F90
Text Example
Text Example
White with #083F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F90; }
p { color: rgb(8,63,144); }
H1.HeaderClassName
{
color: #083F90;
}
.AnyTagClassName
{
color: #083F90;
}
</style>
background-color css
<style>
a { background-color: #083F90; }
a { background-color: rgb(8,63,144); }
div.DivClassName
{
background-color: #083F90;
}
.BgClassName
{
background-color: #083F90;
}
</style>
border-color css
<style>
span { border-color: #083F90; }
span { border-color: rgb(8,63,144); }
td.TdClassName
{
border-color: #083F90;
}
.TagClassName
{
border-color: #083F90;
}
</style>