Shades of Smalt #09388A
Tints of Smalt #09388A
RGB
CMYK
RGB Variations
Color information
#09388A (or 0x09388A) is known color: Smalt. HEX triplet: 09, 38 and 8A. RGB value is (9,56,138). Sum of RGB (Red+Green+Blue) = 9+56+138=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #09388A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09388A is #F6C775. Grayscale: #323232. Windows color (decimal): -16172918 or 9058313. OLE color: 9058313.
HSL color Cylindrical-coordinate representation of color #09388A: hue angle of 218.14º 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 #09388A is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 56 | 138 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.46 |
| HSL | 218.14º | 0.88% | 0.29% | - |
| HSV(B) | 218.14º | 0.93% | 0.54% | - |
| XYZ | 6.11 | 4.72 | 24.63 | - |
| YUV | 51.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 138 | 0.93 | 0.59 | 0 | 0.46 | 218.14 | 0.88 | 0.29 |
| Hex | 9 | 38 | 8A | 5D | 3B | 0 | 2E | DA | 58 | 1D |
| Octal | 11 | 70 | 212 | 135 | 73 | 0 | 56 | 332 | 130 | 35 |
| Binary | 1001 | 111000 | 10001010 | 1011101 | 111011 | 0 | 101110 | 11011010 | 1011000 | 11101 |
Color Harmonies of #09388A
Complementary color
Monochromatic Colors of #09388A
Black with #09388A
Text Example
Text Example
White with #09388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09388A; }
p { color: rgb(9,56,138); }
H1.HeaderClassName
{
color: #09388A;
}
.AnyTagClassName
{
color: #09388A;
}
</style>
background-color css
<style>
a { background-color: #09388A; }
a { background-color: rgb(9,56,138); }
div.DivClassName
{
background-color: #09388A;
}
.BgClassName
{
background-color: #09388A;
}
</style>
border-color css
<style>
span { border-color: #09388A; }
span { border-color: rgb(9,56,138); }
td.TdClassName
{
border-color: #09388A;
}
.TagClassName
{
border-color: #09388A;
}
</style>