Shades of Smalt #083C9F
Tints of Smalt #083C9F
RGB
CMYK
RGB Variations
Color information
#083C9F (or 0x083C9F) is known color: Smalt. HEX triplet: 08, 3C and 9F. RGB value is (8,60,159). Sum of RGB (Red+Green+Blue) = 8+60+159=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #083C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C9F is #F7C360. Grayscale: #373737. Windows color (decimal): -16237409 or 10435592. OLE color: 10435592.
HSL color Cylindrical-coordinate representation of color #083C9F: hue angle of 219.34º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083C9F is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 60 | 159 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.38 |
| HSL | 219.34º | 0.9% | 0.33% | - |
| HSV(B) | 219.34º | 0.95% | 0.62% | - |
| XYZ | 7.97 | 5.79 | 33.5 | - |
| YUV | 55.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 159 | 0.95 | 0.62 | 0 | 0.38 | 219.34 | 0.9 | 0.33 |
| Hex | 8 | 3C | 9F | 5F | 3E | 0 | 26 | DB | 5A | 21 |
| Octal | 10 | 74 | 237 | 137 | 76 | 0 | 46 | 333 | 132 | 41 |
| Binary | 1000 | 111100 | 10011111 | 1011111 | 111110 | 0 | 100110 | 11011011 | 1011010 | 100001 |
Color Harmonies of #083C9F
Complementary color
Monochromatic Colors of #083C9F
Black with #083C9F
Text Example
Text Example
White with #083C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C9F; }
p { color: rgb(8,60,159); }
H1.HeaderClassName
{
color: #083C9F;
}
.AnyTagClassName
{
color: #083C9F;
}
</style>
background-color css
<style>
a { background-color: #083C9F; }
a { background-color: rgb(8,60,159); }
div.DivClassName
{
background-color: #083C9F;
}
.BgClassName
{
background-color: #083C9F;
}
</style>
border-color css
<style>
span { border-color: #083C9F; }
span { border-color: rgb(8,60,159); }
td.TdClassName
{
border-color: #083C9F;
}
.TagClassName
{
border-color: #083C9F;
}
</style>