Shades of Smalt #092D81
Tints of Smalt #092D81
RGB
CMYK
RGB Variations
Color information
#092D81 (or 0x092D81) is known color: Smalt. HEX triplet: 09, 2D and 81. RGB value is (9,45,129). Sum of RGB (Red+Green+Blue) = 9+45+129=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #092D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D81 is #F6D27E. Grayscale: #2B2B2B. Windows color (decimal): -16175743 or 8465673. OLE color: 8465673.
HSL color Cylindrical-coordinate representation of color #092D81: hue angle of 222º 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 #092D81 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 45 | 129 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.49 |
| HSL | 222º | 0.87% | 0.27% | - |
| HSV(B) | 222º | 0.93% | 0.51% | - |
| XYZ | 5.01 | 3.52 | 21.18 | - |
| YUV | 43.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 129 | 0.93 | 0.65 | 0 | 0.49 | 222 | 0.87 | 0.27 |
| Hex | 9 | 2D | 81 | 5D | 41 | 0 | 31 | DE | 57 | 1B |
| Octal | 11 | 55 | 201 | 135 | 101 | 0 | 61 | 336 | 127 | 33 |
| Binary | 1001 | 101101 | 10000001 | 1011101 | 1000001 | 0 | 110001 | 11011110 | 1010111 | 11011 |
Color Harmonies of #092D81
Complementary color
Monochromatic Colors of #092D81
Black with #092D81
Text Example
Text Example
White with #092D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D81; }
p { color: rgb(9,45,129); }
H1.HeaderClassName
{
color: #092D81;
}
.AnyTagClassName
{
color: #092D81;
}
</style>
background-color css
<style>
a { background-color: #092D81; }
a { background-color: rgb(9,45,129); }
div.DivClassName
{
background-color: #092D81;
}
.BgClassName
{
background-color: #092D81;
}
</style>
border-color css
<style>
span { border-color: #092D81; }
span { border-color: rgb(9,45,129); }
td.TdClassName
{
border-color: #092D81;
}
.TagClassName
{
border-color: #092D81;
}
</style>