Shades of Smalt #09238B
Tints of Smalt #09238B
RGB
CMYK
RGB Variations
Color information
#09238B (or 0x09238B) is known color: Smalt. HEX triplet: 09, 23 and 8B. RGB value is (9,35,139). Sum of RGB (Red+Green+Blue) = 9+35+139=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #09238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09238B is #F6DC74. Grayscale: #262626. Windows color (decimal): -16178293 or 9118473. OLE color: 9118473.
HSL color Cylindrical-coordinate representation of color #09238B: hue angle of 228º 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 #09238B is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 35 | 139 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.45 |
| HSL | 228º | 0.88% | 0.29% | - |
| HSV(B) | 228º | 0.94% | 0.55% | - |
| XYZ | 5.37 | 3.12 | 24.75 | - |
| YUV | 39.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 139 | 0.94 | 0.75 | 0 | 0.45 | 228 | 0.88 | 0.29 |
| Hex | 9 | 23 | 8B | 5E | 4B | 0 | 2D | E4 | 58 | 1D |
| Octal | 11 | 43 | 213 | 136 | 113 | 0 | 55 | 344 | 130 | 35 |
| Binary | 1001 | 100011 | 10001011 | 1011110 | 1001011 | 0 | 101101 | 11100100 | 1011000 | 11101 |
Color Harmonies of #09238B
Complementary color
Monochromatic Colors of #09238B
Black with #09238B
Text Example
Text Example
White with #09238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09238B; }
p { color: rgb(9,35,139); }
H1.HeaderClassName
{
color: #09238B;
}
.AnyTagClassName
{
color: #09238B;
}
</style>
background-color css
<style>
a { background-color: #09238B; }
a { background-color: rgb(9,35,139); }
div.DivClassName
{
background-color: #09238B;
}
.BgClassName
{
background-color: #09238B;
}
</style>
border-color css
<style>
span { border-color: #09238B; }
span { border-color: rgb(9,35,139); }
td.TdClassName
{
border-color: #09238B;
}
.TagClassName
{
border-color: #09238B;
}
</style>