Shades of Smalt #09228A
Tints of Smalt #09228A
RGB
CMYK
RGB Variations
Color information
#09228A (or 0x09228A) is known color: Smalt. HEX triplet: 09, 22 and 8A. RGB value is (9,34,138). Sum of RGB (Red+Green+Blue) = 9+34+138=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #09228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09228A is #F6DD75. Grayscale: #252525. Windows color (decimal): -16178550 or 9052681. OLE color: 9052681.
HSL color Cylindrical-coordinate representation of color #09228A: hue angle of 228.37º 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 #09228A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 34 | 138 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.46 |
| HSL | 228.37º | 0.88% | 0.29% | - |
| HSV(B) | 228.37º | 0.93% | 0.54% | - |
| XYZ | 5.27 | 3.04 | 24.35 | - |
| YUV | 38.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 138 | 0.93 | 0.75 | 0 | 0.46 | 228.37 | 0.88 | 0.29 |
| Hex | 9 | 22 | 8A | 5D | 4B | 0 | 2E | E4 | 58 | 1D |
| Octal | 11 | 42 | 212 | 135 | 113 | 0 | 56 | 344 | 130 | 35 |
| Binary | 1001 | 100010 | 10001010 | 1011101 | 1001011 | 0 | 101110 | 11100100 | 1011000 | 11101 |
Color Harmonies of #09228A
Complementary color
Monochromatic Colors of #09228A
Black with #09228A
Text Example
Text Example
White with #09228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09228A; }
p { color: rgb(9,34,138); }
H1.HeaderClassName
{
color: #09228A;
}
.AnyTagClassName
{
color: #09228A;
}
</style>
background-color css
<style>
a { background-color: #09228A; }
a { background-color: rgb(9,34,138); }
div.DivClassName
{
background-color: #09228A;
}
.BgClassName
{
background-color: #09228A;
}
</style>
border-color css
<style>
span { border-color: #09228A; }
span { border-color: rgb(9,34,138); }
td.TdClassName
{
border-color: #09228A;
}
.TagClassName
{
border-color: #09228A;
}
</style>