Shades of Smalt #093792
Tints of Smalt #093792
RGB
CMYK
RGB Variations
Color information
#093792 (or 0x093792) is known color: Smalt. HEX triplet: 09, 37 and 92. RGB value is (9,55,146). Sum of RGB (Red+Green+Blue) = 9+55+146=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #093792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093792 is #F6C86D. Grayscale: #333333. Windows color (decimal): -16173166 or 9582345. OLE color: 9582345.
HSL color Cylindrical-coordinate representation of color #093792: hue angle of 219.85º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093792 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 55 | 146 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.43 |
| HSL | 219.85º | 0.88% | 0.3% | - |
| HSV(B) | 219.85º | 0.94% | 0.57% | - |
| XYZ | 6.67 | 4.87 | 27.78 | - |
| YUV | 51.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 146 | 0.94 | 0.62 | 0 | 0.43 | 219.85 | 0.88 | 0.3 |
| Hex | 9 | 37 | 92 | 5E | 3E | 0 | 2B | DC | 58 | 1E |
| Octal | 11 | 67 | 222 | 136 | 76 | 0 | 53 | 334 | 130 | 36 |
| Binary | 1001 | 110111 | 10010010 | 1011110 | 111110 | 0 | 101011 | 11011100 | 1011000 | 11110 |
Color Harmonies of #093792
Complementary color
Monochromatic Colors of #093792
Black with #093792
Text Example
Text Example
White with #093792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093792; }
p { color: rgb(9,55,146); }
H1.HeaderClassName
{
color: #093792;
}
.AnyTagClassName
{
color: #093792;
}
</style>
background-color css
<style>
a { background-color: #093792; }
a { background-color: rgb(9,55,146); }
div.DivClassName
{
background-color: #093792;
}
.BgClassName
{
background-color: #093792;
}
</style>
border-color css
<style>
span { border-color: #093792; }
span { border-color: rgb(9,55,146); }
td.TdClassName
{
border-color: #093792;
}
.TagClassName
{
border-color: #093792;
}
</style>