Shades of Smalt #0A328A
Tints of Smalt #0A328A
RGB
CMYK
RGB Variations
Color information
#0A328A (or 0x0A328A) is known color: Smalt. HEX triplet: 0A, 32 and 8A. RGB value is (10,50,138). Sum of RGB (Red+Green+Blue) = 10+50+138=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A328A is #F5CD75. Grayscale: #2F2F2F. Windows color (decimal): -16108918 or 9056778. OLE color: 9056778.
HSL color Cylindrical-coordinate representation of color #0A328A: hue angle of 221.25º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A328A is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 50 | 138 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.46 |
| HSL | 221.25º | 0.86% | 0.29% | - |
| HSV(B) | 221.25º | 0.93% | 0.54% | - |
| XYZ | 5.85 | 4.18 | 24.54 | - |
| YUV | 48.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 138 | 0.93 | 0.64 | 0 | 0.46 | 221.25 | 0.86 | 0.29 |
| Hex | A | 32 | 8A | 5D | 40 | 0 | 2E | DD | 56 | 1D |
| Octal | 12 | 62 | 212 | 135 | 100 | 0 | 56 | 335 | 126 | 35 |
| Binary | 1010 | 110010 | 10001010 | 1011101 | 1000000 | 0 | 101110 | 11011101 | 1010110 | 11101 |
Color Harmonies of #0A328A
Complementary color
Monochromatic Colors of #0A328A
Black with #0A328A
Text Example
Text Example
White with #0A328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A328A; }
p { color: rgb(10,50,138); }
H1.HeaderClassName
{
color: #0A328A;
}
.AnyTagClassName
{
color: #0A328A;
}
</style>
background-color css
<style>
a { background-color: #0A328A; }
a { background-color: rgb(10,50,138); }
div.DivClassName
{
background-color: #0A328A;
}
.BgClassName
{
background-color: #0A328A;
}
</style>
border-color css
<style>
span { border-color: #0A328A; }
span { border-color: rgb(10,50,138); }
td.TdClassName
{
border-color: #0A328A;
}
.TagClassName
{
border-color: #0A328A;
}
</style>