Shades of Smalt #092D93
Tints of Smalt #092D93
RGB
CMYK
RGB Variations
Color information
#092D93 (or 0x092D93) is known color: Smalt. HEX triplet: 09, 2D and 93. RGB value is (9,45,147). Sum of RGB (Red+Green+Blue) = 9+45+147=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #092D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D93 is #F6D26C. Grayscale: #2D2D2D. Windows color (decimal): -16175725 or 9645321. OLE color: 9645321.
HSL color Cylindrical-coordinate representation of color #092D93: hue angle of 224.35º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092D93 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 45 | 147 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.42 |
| HSL | 224.35º | 0.88% | 0.31% | - |
| HSV(B) | 224.35º | 0.94% | 0.58% | - |
| XYZ | 6.32 | 4.04 | 28.05 | - |
| YUV | 45.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 147 | 0.94 | 0.69 | 0 | 0.42 | 224.35 | 0.88 | 0.31 |
| Hex | 9 | 2D | 93 | 5E | 45 | 0 | 2A | E0 | 58 | 1F |
| Octal | 11 | 55 | 223 | 136 | 105 | 0 | 52 | 340 | 130 | 37 |
| Binary | 1001 | 101101 | 10010011 | 1011110 | 1000101 | 0 | 101010 | 11100000 | 1011000 | 11111 |
Color Harmonies of #092D93
Complementary color
Monochromatic Colors of #092D93
Black with #092D93
Text Example
Text Example
White with #092D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D93; }
p { color: rgb(9,45,147); }
H1.HeaderClassName
{
color: #092D93;
}
.AnyTagClassName
{
color: #092D93;
}
</style>
background-color css
<style>
a { background-color: #092D93; }
a { background-color: rgb(9,45,147); }
div.DivClassName
{
background-color: #092D93;
}
.BgClassName
{
background-color: #092D93;
}
</style>
border-color css
<style>
span { border-color: #092D93; }
span { border-color: rgb(9,45,147); }
td.TdClassName
{
border-color: #092D93;
}
.TagClassName
{
border-color: #092D93;
}
</style>