Shades of Smalt #0A3084
Tints of Smalt #0A3084
RGB
CMYK
RGB Variations
Color information
#0A3084 (or 0x0A3084) is known color: Smalt. HEX triplet: 0A, 30 and 84. RGB value is (10,48,132). Sum of RGB (Red+Green+Blue) = 10+48+132=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #0A3084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3084 is #F5CF7B. Grayscale: #2D2D2D. Windows color (decimal): -16109436 or 8663050. OLE color: 8663050.
HSL color Cylindrical-coordinate representation of color #0A3084: hue angle of 221.31º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3084 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 48 | 132 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.48 |
| HSL | 221.31º | 0.86% | 0.28% | - |
| HSV(B) | 221.31º | 0.92% | 0.52% | - |
| XYZ | 5.35 | 3.84 | 22.29 | - |
| YUV | 46.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 132 | 0.92 | 0.64 | 0 | 0.48 | 221.31 | 0.86 | 0.28 |
| Hex | A | 30 | 84 | 5C | 40 | 0 | 30 | DD | 56 | 1C |
| Octal | 12 | 60 | 204 | 134 | 100 | 0 | 60 | 335 | 126 | 34 |
| Binary | 1010 | 110000 | 10000100 | 1011100 | 1000000 | 0 | 110000 | 11011101 | 1010110 | 11100 |
Color Harmonies of #0A3084
Complementary color
Monochromatic Colors of #0A3084
Black with #0A3084
Text Example
Text Example
White with #0A3084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3084; }
p { color: rgb(10,48,132); }
H1.HeaderClassName
{
color: #0A3084;
}
.AnyTagClassName
{
color: #0A3084;
}
</style>
background-color css
<style>
a { background-color: #0A3084; }
a { background-color: rgb(10,48,132); }
div.DivClassName
{
background-color: #0A3084;
}
.BgClassName
{
background-color: #0A3084;
}
</style>
border-color css
<style>
span { border-color: #0A3084; }
span { border-color: rgb(10,48,132); }
td.TdClassName
{
border-color: #0A3084;
}
.TagClassName
{
border-color: #0A3084;
}
</style>