Shades of Smalt #093485
Tints of Smalt #093485
RGB
CMYK
RGB Variations
Color information
#093485 (or 0x093485) is known color: Smalt. HEX triplet: 09, 34 and 85. RGB value is (9,52,133). Sum of RGB (Red+Green+Blue) = 9+52+133=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #093485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093485 is #F6CB7A. Grayscale: #303030. Windows color (decimal): -16173947 or 8729609. OLE color: 8729609.
HSL color Cylindrical-coordinate representation of color #093485: hue angle of 219.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093485 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 52 | 133 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.48 |
| HSL | 219.19º | 0.87% | 0.28% | - |
| HSV(B) | 219.19º | 0.93% | 0.52% | - |
| XYZ | 5.57 | 4.21 | 22.71 | - |
| YUV | 48.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 133 | 0.93 | 0.61 | 0 | 0.48 | 219.19 | 0.87 | 0.28 |
| Hex | 9 | 34 | 85 | 5D | 3D | 0 | 30 | DB | 57 | 1C |
| Octal | 11 | 64 | 205 | 135 | 75 | 0 | 60 | 333 | 127 | 34 |
| Binary | 1001 | 110100 | 10000101 | 1011101 | 111101 | 0 | 110000 | 11011011 | 1010111 | 11100 |
Color Harmonies of #093485
Complementary color
Monochromatic Colors of #093485
Black with #093485
Text Example
Text Example
White with #093485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093485; }
p { color: rgb(9,52,133); }
H1.HeaderClassName
{
color: #093485;
}
.AnyTagClassName
{
color: #093485;
}
</style>
background-color css
<style>
a { background-color: #093485; }
a { background-color: rgb(9,52,133); }
div.DivClassName
{
background-color: #093485;
}
.BgClassName
{
background-color: #093485;
}
</style>
border-color css
<style>
span { border-color: #093485; }
span { border-color: rgb(9,52,133); }
td.TdClassName
{
border-color: #093485;
}
.TagClassName
{
border-color: #093485;
}
</style>