Shades of Smalt #09238A
Tints of Smalt #09238A
RGB
CMYK
RGB Variations
Color information
#09238A (or 0x09238A) is known color: Smalt. HEX triplet: 09, 23 and 8A. RGB value is (9,35,138). Sum of RGB (Red+Green+Blue) = 9+35+138=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #09238A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09238A is #F6DC75. Grayscale: #262626. Windows color (decimal): -16178294 or 9052937. OLE color: 9052937.
HSL color Cylindrical-coordinate representation of color #09238A: hue angle of 227.91º 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 #09238A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 35 | 138 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.46 |
| HSL | 227.91º | 0.88% | 0.29% | - |
| HSV(B) | 227.91º | 0.93% | 0.54% | - |
| XYZ | 5.3 | 3.1 | 24.36 | - |
| YUV | 38.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 138 | 0.93 | 0.75 | 0 | 0.46 | 227.91 | 0.88 | 0.29 |
| Hex | 9 | 23 | 8A | 5D | 4B | 0 | 2E | E4 | 58 | 1D |
| Octal | 11 | 43 | 212 | 135 | 113 | 0 | 56 | 344 | 130 | 35 |
| Binary | 1001 | 100011 | 10001010 | 1011101 | 1001011 | 0 | 101110 | 11100100 | 1011000 | 11101 |
Color Harmonies of #09238A
Complementary color
Monochromatic Colors of #09238A
Black with #09238A
Text Example
Text Example
White with #09238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09238A; }
p { color: rgb(9,35,138); }
H1.HeaderClassName
{
color: #09238A;
}
.AnyTagClassName
{
color: #09238A;
}
</style>
background-color css
<style>
a { background-color: #09238A; }
a { background-color: rgb(9,35,138); }
div.DivClassName
{
background-color: #09238A;
}
.BgClassName
{
background-color: #09238A;
}
</style>
border-color css
<style>
span { border-color: #09238A; }
span { border-color: rgb(9,35,138); }
td.TdClassName
{
border-color: #09238A;
}
.TagClassName
{
border-color: #09238A;
}
</style>