Shades of Smalt #092D83
Tints of Smalt #092D83
RGB
CMYK
RGB Variations
Color information
#092D83 (or 0x092D83) is known color: Smalt. HEX triplet: 09, 2D and 83. RGB value is (9,45,131). Sum of RGB (Red+Green+Blue) = 9+45+131=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #092D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D83 is #F6D27C. Grayscale: #2B2B2B. Windows color (decimal): -16175741 or 8596745. OLE color: 8596745.
HSL color Cylindrical-coordinate representation of color #092D83: hue angle of 222.3º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D83 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 45 | 131 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.49 |
| HSL | 222.3º | 0.87% | 0.27% | - |
| HSV(B) | 222.3º | 0.93% | 0.51% | - |
| XYZ | 5.15 | 3.57 | 21.89 | - |
| YUV | 44.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 131 | 0.93 | 0.66 | 0 | 0.49 | 222.3 | 0.87 | 0.27 |
| Hex | 9 | 2D | 83 | 5D | 42 | 0 | 31 | DE | 57 | 1B |
| Octal | 11 | 55 | 203 | 135 | 102 | 0 | 61 | 336 | 127 | 33 |
| Binary | 1001 | 101101 | 10000011 | 1011101 | 1000010 | 0 | 110001 | 11011110 | 1010111 | 11011 |
Color Harmonies of #092D83
Complementary color
Monochromatic Colors of #092D83
Black with #092D83
Text Example
Text Example
White with #092D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D83; }
p { color: rgb(9,45,131); }
H1.HeaderClassName
{
color: #092D83;
}
.AnyTagClassName
{
color: #092D83;
}
</style>
background-color css
<style>
a { background-color: #092D83; }
a { background-color: rgb(9,45,131); }
div.DivClassName
{
background-color: #092D83;
}
.BgClassName
{
background-color: #092D83;
}
</style>
border-color css
<style>
span { border-color: #092D83; }
span { border-color: rgb(9,45,131); }
td.TdClassName
{
border-color: #092D83;
}
.TagClassName
{
border-color: #092D83;
}
</style>