Shades of Smalt #0A3487
Tints of Smalt #0A3487
RGB
CMYK
RGB Variations
Color information
#0A3487 (or 0x0A3487) is known color: Smalt. HEX triplet: 0A, 34 and 87. RGB value is (10,52,135). Sum of RGB (Red+Green+Blue) = 10+52+135=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3487 is #F5CB78. Grayscale: #303030. Windows color (decimal): -16108409 or 8860682. OLE color: 8860682.
HSL color Cylindrical-coordinate representation of color #0A3487: hue angle of 219.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3487 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 52 | 135 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.47 |
| HSL | 219.84º | 0.86% | 0.28% | - |
| HSV(B) | 219.84º | 0.93% | 0.53% | - |
| XYZ | 5.73 | 4.27 | 23.44 | - |
| YUV | 48.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 135 | 0.93 | 0.61 | 0 | 0.47 | 219.84 | 0.86 | 0.28 |
| Hex | A | 34 | 87 | 5D | 3D | 0 | 2F | DC | 56 | 1C |
| Octal | 12 | 64 | 207 | 135 | 75 | 0 | 57 | 334 | 126 | 34 |
| Binary | 1010 | 110100 | 10000111 | 1011101 | 111101 | 0 | 101111 | 11011100 | 1010110 | 11100 |
Color Harmonies of #0A3487
Complementary color
Monochromatic Colors of #0A3487
Black with #0A3487
Text Example
Text Example
White with #0A3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3487; }
p { color: rgb(10,52,135); }
H1.HeaderClassName
{
color: #0A3487;
}
.AnyTagClassName
{
color: #0A3487;
}
</style>
background-color css
<style>
a { background-color: #0A3487; }
a { background-color: rgb(10,52,135); }
div.DivClassName
{
background-color: #0A3487;
}
.BgClassName
{
background-color: #0A3487;
}
</style>
border-color css
<style>
span { border-color: #0A3487; }
span { border-color: rgb(10,52,135); }
td.TdClassName
{
border-color: #0A3487;
}
.TagClassName
{
border-color: #0A3487;
}
</style>