Shades of Smalt #0A3C93
Tints of Smalt #0A3C93
RGB
CMYK
RGB Variations
Color information
#0A3C93 (or 0x0A3C93) is known color: Smalt. HEX triplet: 0A, 3C and 93. RGB value is (10,60,147). Sum of RGB (Red+Green+Blue) = 10+60+147=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A3C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3C93 is #F5C36C. Grayscale: #363636. Windows color (decimal): -16106349 or 9649162. OLE color: 9649162.
HSL color Cylindrical-coordinate representation of color #0A3C93: hue angle of 218.1º 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 #0A3C93 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 60 | 147 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.42 |
| HSL | 218.1º | 0.87% | 0.31% | - |
| HSV(B) | 218.1º | 0.93% | 0.58% | - |
| XYZ | 7.01 | 5.4 | 28.28 | - |
| YUV | 54.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 147 | 0.93 | 0.59 | 0 | 0.42 | 218.1 | 0.87 | 0.31 |
| Hex | A | 3C | 93 | 5D | 3B | 0 | 2A | DA | 57 | 1F |
| Octal | 12 | 74 | 223 | 135 | 73 | 0 | 52 | 332 | 127 | 37 |
| Binary | 1010 | 111100 | 10010011 | 1011101 | 111011 | 0 | 101010 | 11011010 | 1010111 | 11111 |
Color Harmonies of #0A3C93
Complementary color
Monochromatic Colors of #0A3C93
Black with #0A3C93
Text Example
Text Example
White with #0A3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C93; }
p { color: rgb(10,60,147); }
H1.HeaderClassName
{
color: #0A3C93;
}
.AnyTagClassName
{
color: #0A3C93;
}
</style>
background-color css
<style>
a { background-color: #0A3C93; }
a { background-color: rgb(10,60,147); }
div.DivClassName
{
background-color: #0A3C93;
}
.BgClassName
{
background-color: #0A3C93;
}
</style>
border-color css
<style>
span { border-color: #0A3C93; }
span { border-color: rgb(10,60,147); }
td.TdClassName
{
border-color: #0A3C93;
}
.TagClassName
{
border-color: #0A3C93;
}
</style>