Shades of Smalt #083D9C
Tints of Smalt #083D9C
RGB
CMYK
RGB Variations
Color information
#083D9C (or 0x083D9C) is known color: Smalt. HEX triplet: 08, 3D and 9C. RGB value is (8,61,156). Sum of RGB (Red+Green+Blue) = 8+61+156=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #083D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D9C is #F7C263. Grayscale: #373737. Windows color (decimal): -16237156 or 10239240. OLE color: 10239240.
HSL color Cylindrical-coordinate representation of color #083D9C: hue angle of 218.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083D9C is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 61 | 156 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.39 |
| HSL | 218.51º | 0.9% | 0.32% | - |
| HSV(B) | 218.51º | 0.95% | 0.61% | - |
| XYZ | 7.77 | 5.79 | 32.16 | - |
| YUV | 55.98 | 184.44 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 156 | 0.95 | 0.61 | 0 | 0.39 | 218.51 | 0.9 | 0.32 |
| Hex | 8 | 3D | 9C | 5F | 3D | 0 | 27 | DB | 5A | 20 |
| Octal | 10 | 75 | 234 | 137 | 75 | 0 | 47 | 333 | 132 | 40 |
| Binary | 1000 | 111101 | 10011100 | 1011111 | 111101 | 0 | 100111 | 11011011 | 1011010 | 100000 |
Color Harmonies of #083D9C
Complementary color
Monochromatic Colors of #083D9C
Black with #083D9C
Text Example
Text Example
White with #083D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D9C; }
p { color: rgb(8,61,156); }
H1.HeaderClassName
{
color: #083D9C;
}
.AnyTagClassName
{
color: #083D9C;
}
</style>
background-color css
<style>
a { background-color: #083D9C; }
a { background-color: rgb(8,61,156); }
div.DivClassName
{
background-color: #083D9C;
}
.BgClassName
{
background-color: #083D9C;
}
</style>
border-color css
<style>
span { border-color: #083D9C; }
span { border-color: rgb(8,61,156); }
td.TdClassName
{
border-color: #083D9C;
}
.TagClassName
{
border-color: #083D9C;
}
</style>