Shades of Smalt #09299B
Tints of Smalt #09299B
RGB
CMYK
RGB Variations
Color information
#09299B (or 0x09299B) is known color: Smalt. HEX triplet: 09, 29 and 9B. RGB value is (9,41,155). Sum of RGB (Red+Green+Blue) = 9+41+155=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #09299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09299B is #F6D664. Grayscale: #2B2B2B. Windows color (decimal): -16176741 or 10168585. OLE color: 10168585.
HSL color Cylindrical-coordinate representation of color #09299B: hue angle of 226.85º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09299B is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 41 | 155 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.39 |
| HSL | 226.85º | 0.89% | 0.32% | - |
| HSV(B) | 226.85º | 0.94% | 0.61% | - |
| XYZ | 6.82 | 4.01 | 31.42 | - |
| YUV | 44.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 155 | 0.94 | 0.74 | 0 | 0.39 | 226.85 | 0.89 | 0.32 |
| Hex | 9 | 29 | 9B | 5E | 4A | 0 | 27 | E3 | 59 | 20 |
| Octal | 11 | 51 | 233 | 136 | 112 | 0 | 47 | 343 | 131 | 40 |
| Binary | 1001 | 101001 | 10011011 | 1011110 | 1001010 | 0 | 100111 | 11100011 | 1011001 | 100000 |
Color Harmonies of #09299B
Complementary color
Monochromatic Colors of #09299B
Black with #09299B
Text Example
Text Example
White with #09299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09299B; }
p { color: rgb(9,41,155); }
H1.HeaderClassName
{
color: #09299B;
}
.AnyTagClassName
{
color: #09299B;
}
</style>
background-color css
<style>
a { background-color: #09299B; }
a { background-color: rgb(9,41,155); }
div.DivClassName
{
background-color: #09299B;
}
.BgClassName
{
background-color: #09299B;
}
</style>
border-color css
<style>
span { border-color: #09299B; }
span { border-color: rgb(9,41,155); }
td.TdClassName
{
border-color: #09299B;
}
.TagClassName
{
border-color: #09299B;
}
</style>