Shades of Smalt #09358B
Tints of Smalt #09358B
RGB
CMYK
RGB Variations
Color information
#09358B (or 0x09358B) is known color: Smalt. HEX triplet: 09, 35 and 8B. RGB value is (9,53,139). Sum of RGB (Red+Green+Blue) = 9+53+139=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #09358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09358B is #F6CA74. Grayscale: #313131. Windows color (decimal): -16173685 or 9123081. OLE color: 9123081.
HSL color Cylindrical-coordinate representation of color #09358B: hue angle of 219.69º 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 #09358B is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 53 | 139 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.45 |
| HSL | 219.69º | 0.88% | 0.29% | - |
| HSV(B) | 219.69º | 0.94% | 0.55% | - |
| XYZ | 6.05 | 4.47 | 24.97 | - |
| YUV | 49.65 | 178.42 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 139 | 0.94 | 0.62 | 0 | 0.45 | 219.69 | 0.88 | 0.29 |
| Hex | 9 | 35 | 8B | 5E | 3E | 0 | 2D | DC | 58 | 1D |
| Octal | 11 | 65 | 213 | 136 | 76 | 0 | 55 | 334 | 130 | 35 |
| Binary | 1001 | 110101 | 10001011 | 1011110 | 111110 | 0 | 101101 | 11011100 | 1011000 | 11101 |
Color Harmonies of #09358B
Complementary color
Monochromatic Colors of #09358B
Black with #09358B
Text Example
Text Example
White with #09358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09358B; }
p { color: rgb(9,53,139); }
H1.HeaderClassName
{
color: #09358B;
}
.AnyTagClassName
{
color: #09358B;
}
</style>
background-color css
<style>
a { background-color: #09358B; }
a { background-color: rgb(9,53,139); }
div.DivClassName
{
background-color: #09358B;
}
.BgClassName
{
background-color: #09358B;
}
</style>
border-color css
<style>
span { border-color: #09358B; }
span { border-color: rgb(9,53,139); }
td.TdClassName
{
border-color: #09358B;
}
.TagClassName
{
border-color: #09358B;
}
</style>