Shades of Smalt #0A318D
Tints of Smalt #0A318D
RGB
CMYK
RGB Variations
Color information
#0A318D (or 0x0A318D) is known color: Smalt. HEX triplet: 0A, 31 and 8D. RGB value is (10,49,141). Sum of RGB (Red+Green+Blue) = 10+49+141=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A318D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A318D is #F5CE72. Grayscale: #2F2F2F. Windows color (decimal): -16109171 or 9253130. OLE color: 9253130.
HSL color Cylindrical-coordinate representation of color #0A318D: hue angle of 222.14º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A318D is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 49 | 141 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.45 |
| HSL | 222.14º | 0.87% | 0.3% | - |
| HSV(B) | 222.14º | 0.93% | 0.55% | - |
| XYZ | 6.03 | 4.18 | 25.69 | - |
| YUV | 47.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 141 | 0.93 | 0.65 | 0 | 0.45 | 222.14 | 0.87 | 0.3 |
| Hex | A | 31 | 8D | 5D | 41 | 0 | 2D | DE | 57 | 1E |
| Octal | 12 | 61 | 215 | 135 | 101 | 0 | 55 | 336 | 127 | 36 |
| Binary | 1010 | 110001 | 10001101 | 1011101 | 1000001 | 0 | 101101 | 11011110 | 1010111 | 11110 |
Color Harmonies of #0A318D
Complementary color
Monochromatic Colors of #0A318D
Black with #0A318D
Text Example
Text Example
White with #0A318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A318D; }
p { color: rgb(10,49,141); }
H1.HeaderClassName
{
color: #0A318D;
}
.AnyTagClassName
{
color: #0A318D;
}
</style>
background-color css
<style>
a { background-color: #0A318D; }
a { background-color: rgb(10,49,141); }
div.DivClassName
{
background-color: #0A318D;
}
.BgClassName
{
background-color: #0A318D;
}
</style>
border-color css
<style>
span { border-color: #0A318D; }
span { border-color: rgb(10,49,141); }
td.TdClassName
{
border-color: #0A318D;
}
.TagClassName
{
border-color: #0A318D;
}
</style>