Shades of Smalt #09368B
Tints of Smalt #09368B
RGB
CMYK
RGB Variations
Color information
#09368B (or 0x09368B) is known color: Smalt. HEX triplet: 09, 36 and 8B. RGB value is (9,54,139). Sum of RGB (Red+Green+Blue) = 9+54+139=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #09368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09368B is #F6C974. Grayscale: #313131. Windows color (decimal): -16173429 or 9123337. OLE color: 9123337.
HSL color Cylindrical-coordinate representation of color #09368B: hue angle of 219.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09368B is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 54 | 139 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.45 |
| HSL | 219.23º | 0.88% | 0.29% | - |
| HSV(B) | 219.23º | 0.94% | 0.55% | - |
| XYZ | 6.09 | 4.56 | 24.99 | - |
| YUV | 50.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 139 | 0.94 | 0.61 | 0 | 0.45 | 219.23 | 0.88 | 0.29 |
| Hex | 9 | 36 | 8B | 5E | 3D | 0 | 2D | DB | 58 | 1D |
| Octal | 11 | 66 | 213 | 136 | 75 | 0 | 55 | 333 | 130 | 35 |
| Binary | 1001 | 110110 | 10001011 | 1011110 | 111101 | 0 | 101101 | 11011011 | 1011000 | 11101 |
Color Harmonies of #09368B
Complementary color
Monochromatic Colors of #09368B
Black with #09368B
Text Example
Text Example
White with #09368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09368B; }
p { color: rgb(9,54,139); }
H1.HeaderClassName
{
color: #09368B;
}
.AnyTagClassName
{
color: #09368B;
}
</style>
background-color css
<style>
a { background-color: #09368B; }
a { background-color: rgb(9,54,139); }
div.DivClassName
{
background-color: #09368B;
}
.BgClassName
{
background-color: #09368B;
}
</style>
border-color css
<style>
span { border-color: #09368B; }
span { border-color: rgb(9,54,139); }
td.TdClassName
{
border-color: #09368B;
}
.TagClassName
{
border-color: #09368B;
}
</style>