Shades of Smalt #0A4493
Tints of Smalt #0A4493
RGB
CMYK
RGB Variations
Color information
#0A4493 (or 0x0A4493) is known color: Smalt. HEX triplet: 0A, 44 and 93. RGB value is (10,68,147). Sum of RGB (Red+Green+Blue) = 10+68+147=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A4493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4493 is #F5BB6C. Grayscale: #3B3B3B. Windows color (decimal): -16104301 or 9651210. OLE color: 9651210.
HSL color Cylindrical-coordinate representation of color #0A4493: hue angle of 214.6º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4493 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 68 | 147 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.42 |
| HSL | 214.6º | 0.87% | 0.31% | - |
| HSV(B) | 214.6º | 0.93% | 0.58% | - |
| XYZ | 7.46 | 6.31 | 28.43 | - |
| YUV | 59.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 147 | 0.93 | 0.54 | 0 | 0.42 | 214.6 | 0.87 | 0.31 |
| Hex | A | 44 | 93 | 5D | 36 | 0 | 2A | D7 | 57 | 1F |
| Octal | 12 | 104 | 223 | 135 | 66 | 0 | 52 | 327 | 127 | 37 |
| Binary | 1010 | 1000100 | 10010011 | 1011101 | 110110 | 0 | 101010 | 11010111 | 1010111 | 11111 |
Color Harmonies of #0A4493
Complementary color
Monochromatic Colors of #0A4493
Black with #0A4493
Text Example
Text Example
White with #0A4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4493; }
p { color: rgb(10,68,147); }
H1.HeaderClassName
{
color: #0A4493;
}
.AnyTagClassName
{
color: #0A4493;
}
</style>
background-color css
<style>
a { background-color: #0A4493; }
a { background-color: rgb(10,68,147); }
div.DivClassName
{
background-color: #0A4493;
}
.BgClassName
{
background-color: #0A4493;
}
</style>
border-color css
<style>
span { border-color: #0A4493; }
span { border-color: rgb(10,68,147); }
td.TdClassName
{
border-color: #0A4493;
}
.TagClassName
{
border-color: #0A4493;
}
</style>