Shades of Smalt #083D90
Tints of Smalt #083D90
RGB
CMYK
RGB Variations
Color information
#083D90 (or 0x083D90) is known color: Smalt. HEX triplet: 08, 3D and 90. RGB value is (8,61,144). Sum of RGB (Red+Green+Blue) = 8+61+144=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #083D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D90 is #F7C26F. Grayscale: #363636. Windows color (decimal): -16237168 or 9452808. OLE color: 9452808.
HSL color Cylindrical-coordinate representation of color #083D90: hue angle of 216.62º 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 #083D90 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 61 | 144 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.44 |
| HSL | 216.62º | 0.89% | 0.3% | - |
| HSV(B) | 216.62º | 0.94% | 0.56% | - |
| XYZ | 6.8 | 5.4 | 27.07 | - |
| YUV | 54.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 144 | 0.94 | 0.58 | 0 | 0.44 | 216.62 | 0.89 | 0.3 |
| Hex | 8 | 3D | 90 | 5E | 3A | 0 | 2C | D9 | 59 | 1E |
| Octal | 10 | 75 | 220 | 136 | 72 | 0 | 54 | 331 | 131 | 36 |
| Binary | 1000 | 111101 | 10010000 | 1011110 | 111010 | 0 | 101100 | 11011001 | 1011001 | 11110 |
Color Harmonies of #083D90
Complementary color
Monochromatic Colors of #083D90
Black with #083D90
Text Example
Text Example
White with #083D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D90; }
p { color: rgb(8,61,144); }
H1.HeaderClassName
{
color: #083D90;
}
.AnyTagClassName
{
color: #083D90;
}
</style>
background-color css
<style>
a { background-color: #083D90; }
a { background-color: rgb(8,61,144); }
div.DivClassName
{
background-color: #083D90;
}
.BgClassName
{
background-color: #083D90;
}
</style>
border-color css
<style>
span { border-color: #083D90; }
span { border-color: rgb(8,61,144); }
td.TdClassName
{
border-color: #083D90;
}
.TagClassName
{
border-color: #083D90;
}
</style>