Shades of Smalt #093D8D
Tints of Smalt #093D8D
RGB
CMYK
RGB Variations
Color information
#093D8D (or 0x093D8D) is known color: Smalt. HEX triplet: 09, 3D and 8D. RGB value is (9,61,141). Sum of RGB (Red+Green+Blue) = 9+61+141=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #093D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D8D is #F6C272. Grayscale: #363636. Windows color (decimal): -16171635 or 9256201. OLE color: 9256201.
HSL color Cylindrical-coordinate representation of color #093D8D: hue angle of 216.36º 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 #093D8D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 61 | 141 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.45 |
| HSL | 216.36º | 0.88% | 0.29% | - |
| HSV(B) | 216.36º | 0.94% | 0.55% | - |
| XYZ | 6.59 | 5.32 | 25.88 | - |
| YUV | 54.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 141 | 0.94 | 0.57 | 0 | 0.45 | 216.36 | 0.88 | 0.29 |
| Hex | 9 | 3D | 8D | 5E | 39 | 0 | 2D | D8 | 58 | 1D |
| Octal | 11 | 75 | 215 | 136 | 71 | 0 | 55 | 330 | 130 | 35 |
| Binary | 1001 | 111101 | 10001101 | 1011110 | 111001 | 0 | 101101 | 11011000 | 1011000 | 11101 |
Color Harmonies of #093D8D
Complementary color
Monochromatic Colors of #093D8D
Black with #093D8D
Text Example
Text Example
White with #093D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D8D; }
p { color: rgb(9,61,141); }
H1.HeaderClassName
{
color: #093D8D;
}
.AnyTagClassName
{
color: #093D8D;
}
</style>
background-color css
<style>
a { background-color: #093D8D; }
a { background-color: rgb(9,61,141); }
div.DivClassName
{
background-color: #093D8D;
}
.BgClassName
{
background-color: #093D8D;
}
</style>
border-color css
<style>
span { border-color: #093D8D; }
span { border-color: rgb(9,61,141); }
td.TdClassName
{
border-color: #093D8D;
}
.TagClassName
{
border-color: #093D8D;
}
</style>