Shades of Smalt #093488
Tints of Smalt #093488
RGB
CMYK
RGB Variations
Color information
#093488 (or 0x093488) is known color: Smalt. HEX triplet: 09, 34 and 88. RGB value is (9,52,136). Sum of RGB (Red+Green+Blue) = 9+52+136=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #093488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093488 is #F6CB77. Grayscale: #303030. Windows color (decimal): -16173944 or 8926217. OLE color: 8926217.
HSL color Cylindrical-coordinate representation of color #093488: hue angle of 219.69º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093488 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 52 | 136 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.47 |
| HSL | 219.69º | 0.88% | 0.28% | - |
| HSV(B) | 219.69º | 0.93% | 0.53% | - |
| XYZ | 5.78 | 4.29 | 23.82 | - |
| YUV | 48.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 136 | 0.93 | 0.62 | 0 | 0.47 | 219.69 | 0.88 | 0.28 |
| Hex | 9 | 34 | 88 | 5D | 3E | 0 | 2F | DC | 58 | 1C |
| Octal | 11 | 64 | 210 | 135 | 76 | 0 | 57 | 334 | 130 | 34 |
| Binary | 1001 | 110100 | 10001000 | 1011101 | 111110 | 0 | 101111 | 11011100 | 1011000 | 11100 |
Color Harmonies of #093488
Complementary color
Monochromatic Colors of #093488
Black with #093488
Text Example
Text Example
White with #093488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093488; }
p { color: rgb(9,52,136); }
H1.HeaderClassName
{
color: #093488;
}
.AnyTagClassName
{
color: #093488;
}
</style>
background-color css
<style>
a { background-color: #093488; }
a { background-color: rgb(9,52,136); }
div.DivClassName
{
background-color: #093488;
}
.BgClassName
{
background-color: #093488;
}
</style>
border-color css
<style>
span { border-color: #093488; }
span { border-color: rgb(9,52,136); }
td.TdClassName
{
border-color: #093488;
}
.TagClassName
{
border-color: #093488;
}
</style>