Shades of Smalt #0A3998
Tints of Smalt #0A3998
RGB
CMYK
RGB Variations
Color information
#0A3998 (or 0x0A3998) is known color: Smalt. HEX triplet: 0A, 39 and 98. RGB value is (10,57,152). Sum of RGB (Red+Green+Blue) = 10+57+152=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A3998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3998 is #F5C667. Grayscale: #353535. Windows color (decimal): -16107112 or 9976074. OLE color: 9976074.
HSL color Cylindrical-coordinate representation of color #0A3998: hue angle of 220.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3998 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 57 | 152 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.40 |
| HSL | 220.14º | 0.88% | 0.32% | - |
| HSV(B) | 220.14º | 0.93% | 0.6% | - |
| XYZ | 7.26 | 5.26 | 30.34 | - |
| YUV | 53.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 152 | 0.93 | 0.62 | 0 | 0.40 | 220.14 | 0.88 | 0.32 |
| Hex | A | 39 | 98 | 5D | 3E | 0 | 28 | DC | 58 | 20 |
| Octal | 12 | 71 | 230 | 135 | 76 | 0 | 50 | 334 | 130 | 40 |
| Binary | 1010 | 111001 | 10011000 | 1011101 | 111110 | 0 | 101000 | 11011100 | 1011000 | 100000 |
Color Harmonies of #0A3998
Complementary color
Monochromatic Colors of #0A3998
Black with #0A3998
Text Example
Text Example
White with #0A3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3998; }
p { color: rgb(10,57,152); }
H1.HeaderClassName
{
color: #0A3998;
}
.AnyTagClassName
{
color: #0A3998;
}
</style>
background-color css
<style>
a { background-color: #0A3998; }
a { background-color: rgb(10,57,152); }
div.DivClassName
{
background-color: #0A3998;
}
.BgClassName
{
background-color: #0A3998;
}
</style>
border-color css
<style>
span { border-color: #0A3998; }
span { border-color: rgb(10,57,152); }
td.TdClassName
{
border-color: #0A3998;
}
.TagClassName
{
border-color: #0A3998;
}
</style>