Shades of Smalt #093A8D
Tints of Smalt #093A8D
RGB
CMYK
RGB Variations
Color information
#093A8D (or 0x093A8D) is known color: Smalt. HEX triplet: 09, 3A and 8D. RGB value is (9,58,141). Sum of RGB (Red+Green+Blue) = 9+58+141=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #093A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093A8D is #F6C572. Grayscale: #343434. Windows color (decimal): -16172403 or 9255433. OLE color: 9255433.
HSL color Cylindrical-coordinate representation of color #093A8D: hue angle of 217.73º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093A8D is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 58 | 141 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.45 |
| HSL | 217.73º | 0.88% | 0.29% | - |
| HSV(B) | 217.73º | 0.94% | 0.55% | - |
| XYZ | 6.43 | 5.01 | 25.83 | - |
| YUV | 52.81 | 177.77 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 141 | 0.94 | 0.59 | 0 | 0.45 | 217.73 | 0.88 | 0.29 |
| Hex | 9 | 3A | 8D | 5E | 3B | 0 | 2D | DA | 58 | 1D |
| Octal | 11 | 72 | 215 | 136 | 73 | 0 | 55 | 332 | 130 | 35 |
| Binary | 1001 | 111010 | 10001101 | 1011110 | 111011 | 0 | 101101 | 11011010 | 1011000 | 11101 |
Color Harmonies of #093A8D
Complementary color
Monochromatic Colors of #093A8D
Black with #093A8D
Text Example
Text Example
White with #093A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093A8D; }
p { color: rgb(9,58,141); }
H1.HeaderClassName
{
color: #093A8D;
}
.AnyTagClassName
{
color: #093A8D;
}
</style>
background-color css
<style>
a { background-color: #093A8D; }
a { background-color: rgb(9,58,141); }
div.DivClassName
{
background-color: #093A8D;
}
.BgClassName
{
background-color: #093A8D;
}
</style>
border-color css
<style>
span { border-color: #093A8D; }
span { border-color: rgb(9,58,141); }
td.TdClassName
{
border-color: #093A8D;
}
.TagClassName
{
border-color: #093A8D;
}
</style>