Shades of Smalt #0A2B8A
Tints of Smalt #0A2B8A
RGB
CMYK
RGB Variations
Color information
#0A2B8A (or 0x0A2B8A) is known color: Smalt. HEX triplet: 0A, 2B and 8A. RGB value is (10,43,138). Sum of RGB (Red+Green+Blue) = 10+43+138=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A2B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2B8A is #F5D475. Grayscale: #2B2B2B. Windows color (decimal): -16110710 or 9054986. OLE color: 9054986.
HSL color Cylindrical-coordinate representation of color #0A2B8A: hue angle of 224.53º 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 #0A2B8A is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 43 | 138 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.46 |
| HSL | 224.53º | 0.86% | 0.29% | - |
| HSV(B) | 224.53º | 0.93% | 0.54% | - |
| XYZ | 5.58 | 3.63 | 24.45 | - |
| YUV | 43.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 138 | 0.93 | 0.69 | 0 | 0.46 | 224.53 | 0.86 | 0.29 |
| Hex | A | 2B | 8A | 5D | 45 | 0 | 2E | E1 | 56 | 1D |
| Octal | 12 | 53 | 212 | 135 | 105 | 0 | 56 | 341 | 126 | 35 |
| Binary | 1010 | 101011 | 10001010 | 1011101 | 1000101 | 0 | 101110 | 11100001 | 1010110 | 11101 |
Color Harmonies of #0A2B8A
Complementary color
Monochromatic Colors of #0A2B8A
Black with #0A2B8A
Text Example
Text Example
White with #0A2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B8A; }
p { color: rgb(10,43,138); }
H1.HeaderClassName
{
color: #0A2B8A;
}
.AnyTagClassName
{
color: #0A2B8A;
}
</style>
background-color css
<style>
a { background-color: #0A2B8A; }
a { background-color: rgb(10,43,138); }
div.DivClassName
{
background-color: #0A2B8A;
}
.BgClassName
{
background-color: #0A2B8A;
}
</style>
border-color css
<style>
span { border-color: #0A2B8A; }
span { border-color: rgb(10,43,138); }
td.TdClassName
{
border-color: #0A2B8A;
}
.TagClassName
{
border-color: #0A2B8A;
}
</style>