Shades of Smalt #092A88
Tints of Smalt #092A88
RGB
CMYK
RGB Variations
Color information
#092A88 (or 0x092A88) is known color: Smalt. HEX triplet: 09, 2A and 88. RGB value is (9,42,136). Sum of RGB (Red+Green+Blue) = 9+42+136=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #092A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A88 is #F6D577. Grayscale: #2A2A2A. Windows color (decimal): -16176504 or 8923657. OLE color: 8923657.
HSL color Cylindrical-coordinate representation of color #092A88: hue angle of 224.41º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092A88 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 42 | 136 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.47 |
| HSL | 224.41º | 0.88% | 0.28% | - |
| HSV(B) | 224.41º | 0.93% | 0.53% | - |
| XYZ | 5.38 | 3.49 | 23.68 | - |
| YUV | 42.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 136 | 0.93 | 0.69 | 0 | 0.47 | 224.41 | 0.88 | 0.28 |
| Hex | 9 | 2A | 88 | 5D | 45 | 0 | 2F | E0 | 58 | 1C |
| Octal | 11 | 52 | 210 | 135 | 105 | 0 | 57 | 340 | 130 | 34 |
| Binary | 1001 | 101010 | 10001000 | 1011101 | 1000101 | 0 | 101111 | 11100000 | 1011000 | 11100 |
Color Harmonies of #092A88
Complementary color
Monochromatic Colors of #092A88
Black with #092A88
Text Example
Text Example
White with #092A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A88; }
p { color: rgb(9,42,136); }
H1.HeaderClassName
{
color: #092A88;
}
.AnyTagClassName
{
color: #092A88;
}
</style>
background-color css
<style>
a { background-color: #092A88; }
a { background-color: rgb(9,42,136); }
div.DivClassName
{
background-color: #092A88;
}
.BgClassName
{
background-color: #092A88;
}
</style>
border-color css
<style>
span { border-color: #092A88; }
span { border-color: rgb(9,42,136); }
td.TdClassName
{
border-color: #092A88;
}
.TagClassName
{
border-color: #092A88;
}
</style>