Shades of Smalt #09358A
Tints of Smalt #09358A
RGB
CMYK
RGB Variations
Color information
#09358A (or 0x09358A) is known color: Smalt. HEX triplet: 09, 35 and 8A. RGB value is (9,53,138). Sum of RGB (Red+Green+Blue) = 9+53+138=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #09358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09358A is #F6CA75. Grayscale: #313131. Windows color (decimal): -16173686 or 9057545. OLE color: 9057545.
HSL color Cylindrical-coordinate representation of color #09358A: hue angle of 219.53º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09358A is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 53 | 138 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.46 |
| HSL | 219.53º | 0.88% | 0.29% | - |
| HSV(B) | 219.53º | 0.93% | 0.54% | - |
| XYZ | 5.97 | 4.44 | 24.59 | - |
| YUV | 49.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 138 | 0.93 | 0.62 | 0 | 0.46 | 219.53 | 0.88 | 0.29 |
| Hex | 9 | 35 | 8A | 5D | 3E | 0 | 2E | DC | 58 | 1D |
| Octal | 11 | 65 | 212 | 135 | 76 | 0 | 56 | 334 | 130 | 35 |
| Binary | 1001 | 110101 | 10001010 | 1011101 | 111110 | 0 | 101110 | 11011100 | 1011000 | 11101 |
Color Harmonies of #09358A
Complementary color
Monochromatic Colors of #09358A
Black with #09358A
Text Example
Text Example
White with #09358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09358A; }
p { color: rgb(9,53,138); }
H1.HeaderClassName
{
color: #09358A;
}
.AnyTagClassName
{
color: #09358A;
}
</style>
background-color css
<style>
a { background-color: #09358A; }
a { background-color: rgb(9,53,138); }
div.DivClassName
{
background-color: #09358A;
}
.BgClassName
{
background-color: #09358A;
}
</style>
border-color css
<style>
span { border-color: #09358A; }
span { border-color: rgb(9,53,138); }
td.TdClassName
{
border-color: #09358A;
}
.TagClassName
{
border-color: #09358A;
}
</style>