Shades of Smalt #09368F
Tints of Smalt #09368F
RGB
CMYK
RGB Variations
Color information
#09368F (or 0x09368F) is known color: Smalt. HEX triplet: 09, 36 and 8F. RGB value is (9,54,143). Sum of RGB (Red+Green+Blue) = 9+54+143=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #09368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368F is #F6C970. Grayscale: #323232. Windows color (decimal): -16173425 or 9385481. OLE color: 9385481.
HSL color Cylindrical-coordinate representation of color #09368F: hue angle of 219.85º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09368F is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 54 | 143 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.44 |
| HSL | 219.85º | 0.88% | 0.3% | - |
| HSV(B) | 219.85º | 0.94% | 0.56% | - |
| XYZ | 6.39 | 4.68 | 26.55 | - |
| YUV | 50.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 143 | 0.94 | 0.62 | 0 | 0.44 | 219.85 | 0.88 | 0.3 |
| Hex | 9 | 36 | 8F | 5E | 3E | 0 | 2C | DC | 58 | 1E |
| Octal | 11 | 66 | 217 | 136 | 76 | 0 | 54 | 334 | 130 | 36 |
| Binary | 1001 | 110110 | 10001111 | 1011110 | 111110 | 0 | 101100 | 11011100 | 1011000 | 11110 |
Color Harmonies of #09368F
Complementary color
Monochromatic Colors of #09368F
Black with #09368F
Text Example
Text Example
White with #09368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09368F; }
p { color: rgb(9,54,143); }
H1.HeaderClassName
{
color: #09368F;
}
.AnyTagClassName
{
color: #09368F;
}
</style>
background-color css
<style>
a { background-color: #09368F; }
a { background-color: rgb(9,54,143); }
div.DivClassName
{
background-color: #09368F;
}
.BgClassName
{
background-color: #09368F;
}
</style>
border-color css
<style>
span { border-color: #09368F; }
span { border-color: rgb(9,54,143); }
td.TdClassName
{
border-color: #09368F;
}
.TagClassName
{
border-color: #09368F;
}
</style>