Shades of Smalt #09338A
Tints of Smalt #09338A
RGB
CMYK
RGB Variations
Color information
#09338A (or 0x09338A) is known color: Smalt. HEX triplet: 09, 33 and 8A. RGB value is (9,51,138). Sum of RGB (Red+Green+Blue) = 9+51+138=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #09338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09338A is #F6CC75. Grayscale: #2F2F2F. Windows color (decimal): -16174198 or 9057033. OLE color: 9057033.
HSL color Cylindrical-coordinate representation of color #09338A: hue angle of 220.47º 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 #09338A is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 51 | 138 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.46 |
| HSL | 220.47º | 0.88% | 0.29% | - |
| HSV(B) | 220.47º | 0.93% | 0.54% | - |
| XYZ | 5.88 | 4.26 | 24.56 | - |
| YUV | 48.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 138 | 0.93 | 0.63 | 0 | 0.46 | 220.47 | 0.88 | 0.29 |
| Hex | 9 | 33 | 8A | 5D | 3F | 0 | 2E | DC | 58 | 1D |
| Octal | 11 | 63 | 212 | 135 | 77 | 0 | 56 | 334 | 130 | 35 |
| Binary | 1001 | 110011 | 10001010 | 1011101 | 111111 | 0 | 101110 | 11011100 | 1011000 | 11101 |
Color Harmonies of #09338A
Complementary color
Monochromatic Colors of #09338A
Black with #09338A
Text Example
Text Example
White with #09338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09338A; }
p { color: rgb(9,51,138); }
H1.HeaderClassName
{
color: #09338A;
}
.AnyTagClassName
{
color: #09338A;
}
</style>
background-color css
<style>
a { background-color: #09338A; }
a { background-color: rgb(9,51,138); }
div.DivClassName
{
background-color: #09338A;
}
.BgClassName
{
background-color: #09338A;
}
</style>
border-color css
<style>
span { border-color: #09338A; }
span { border-color: rgb(9,51,138); }
td.TdClassName
{
border-color: #09338A;
}
.TagClassName
{
border-color: #09338A;
}
</style>