Shades of Smalt #0A3895
Tints of Smalt #0A3895
RGB
CMYK
RGB Variations
Color information
#0A3895 (or 0x0A3895) is known color: Smalt. HEX triplet: 0A, 38 and 95. RGB value is (10,56,149). Sum of RGB (Red+Green+Blue) = 10+56+149=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A3895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3895 is #F5C76A. Grayscale: #343434. Windows color (decimal): -16107371 or 9779210. OLE color: 9779210.
HSL color Cylindrical-coordinate representation of color #0A3895: hue angle of 220.14º 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 #0A3895 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 56 | 149 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.42 |
| HSL | 220.14º | 0.87% | 0.31% | - |
| HSV(B) | 220.14º | 0.93% | 0.58% | - |
| XYZ | 6.96 | 5.06 | 29.04 | - |
| YUV | 52.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 149 | 0.93 | 0.62 | 0 | 0.42 | 220.14 | 0.87 | 0.31 |
| Hex | A | 38 | 95 | 5D | 3E | 0 | 2A | DC | 57 | 1F |
| Octal | 12 | 70 | 225 | 135 | 76 | 0 | 52 | 334 | 127 | 37 |
| Binary | 1010 | 111000 | 10010101 | 1011101 | 111110 | 0 | 101010 | 11011100 | 1010111 | 11111 |
Color Harmonies of #0A3895
Complementary color
Monochromatic Colors of #0A3895
Black with #0A3895
Text Example
Text Example
White with #0A3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3895; }
p { color: rgb(10,56,149); }
H1.HeaderClassName
{
color: #0A3895;
}
.AnyTagClassName
{
color: #0A3895;
}
</style>
background-color css
<style>
a { background-color: #0A3895; }
a { background-color: rgb(10,56,149); }
div.DivClassName
{
background-color: #0A3895;
}
.BgClassName
{
background-color: #0A3895;
}
</style>
border-color css
<style>
span { border-color: #0A3895; }
span { border-color: rgb(10,56,149); }
td.TdClassName
{
border-color: #0A3895;
}
.TagClassName
{
border-color: #0A3895;
}
</style>