Shades of Smalt #0A358D
Tints of Smalt #0A358D
RGB
CMYK
RGB Variations
Color information
#0A358D (or 0x0A358D) is known color: Smalt. HEX triplet: 0A, 35 and 8D. RGB value is (10,53,141). Sum of RGB (Red+Green+Blue) = 10+53+141=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A358D is #F5CA72. Grayscale: #313131. Windows color (decimal): -16108147 or 9254154. OLE color: 9254154.
HSL color Cylindrical-coordinate representation of color #0A358D: hue angle of 220.31º 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 #0A358D is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 53 | 141 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.45 |
| HSL | 220.31º | 0.87% | 0.3% | - |
| HSV(B) | 220.31º | 0.93% | 0.55% | - |
| XYZ | 6.21 | 4.53 | 25.75 | - |
| YUV | 50.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 141 | 0.93 | 0.62 | 0 | 0.45 | 220.31 | 0.87 | 0.3 |
| Hex | A | 35 | 8D | 5D | 3E | 0 | 2D | DC | 57 | 1E |
| Octal | 12 | 65 | 215 | 135 | 76 | 0 | 55 | 334 | 127 | 36 |
| Binary | 1010 | 110101 | 10001101 | 1011101 | 111110 | 0 | 101101 | 11011100 | 1010111 | 11110 |
Color Harmonies of #0A358D
Complementary color
Monochromatic Colors of #0A358D
Black with #0A358D
Text Example
Text Example
White with #0A358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A358D; }
p { color: rgb(10,53,141); }
H1.HeaderClassName
{
color: #0A358D;
}
.AnyTagClassName
{
color: #0A358D;
}
</style>
background-color css
<style>
a { background-color: #0A358D; }
a { background-color: rgb(10,53,141); }
div.DivClassName
{
background-color: #0A358D;
}
.BgClassName
{
background-color: #0A358D;
}
</style>
border-color css
<style>
span { border-color: #0A358D; }
span { border-color: rgb(10,53,141); }
td.TdClassName
{
border-color: #0A358D;
}
.TagClassName
{
border-color: #0A358D;
}
</style>