Shades of Smalt #093C9B
Tints of Smalt #093C9B
RGB
CMYK
RGB Variations
Color information
#093C9B (or 0x093C9B) is known color: Smalt. HEX triplet: 09, 3C and 9B. RGB value is (9,60,155). Sum of RGB (Red+Green+Blue) = 9+60+155=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #093C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093C9B is #F6C364. Grayscale: #373737. Windows color (decimal): -16171877 or 10173449. OLE color: 10173449.
HSL color Cylindrical-coordinate representation of color #093C9B: hue angle of 219.04º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093C9B is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 60 | 155 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.39 |
| HSL | 219.04º | 0.89% | 0.32% | - |
| HSV(B) | 219.04º | 0.94% | 0.61% | - |
| XYZ | 7.64 | 5.66 | 31.7 | - |
| YUV | 55.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 155 | 0.94 | 0.61 | 0 | 0.39 | 219.04 | 0.89 | 0.32 |
| Hex | 9 | 3C | 9B | 5E | 3D | 0 | 27 | DB | 59 | 20 |
| Octal | 11 | 74 | 233 | 136 | 75 | 0 | 47 | 333 | 131 | 40 |
| Binary | 1001 | 111100 | 10011011 | 1011110 | 111101 | 0 | 100111 | 11011011 | 1011001 | 100000 |
Color Harmonies of #093C9B
Complementary color
Monochromatic Colors of #093C9B
Black with #093C9B
Text Example
Text Example
White with #093C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C9B; }
p { color: rgb(9,60,155); }
H1.HeaderClassName
{
color: #093C9B;
}
.AnyTagClassName
{
color: #093C9B;
}
</style>
background-color css
<style>
a { background-color: #093C9B; }
a { background-color: rgb(9,60,155); }
div.DivClassName
{
background-color: #093C9B;
}
.BgClassName
{
background-color: #093C9B;
}
</style>
border-color css
<style>
span { border-color: #093C9B; }
span { border-color: rgb(9,60,155); }
td.TdClassName
{
border-color: #093C9B;
}
.TagClassName
{
border-color: #093C9B;
}
</style>