Shades of Smalt #0A2B93
Tints of Smalt #0A2B93
RGB
CMYK
RGB Variations
Color information
#0A2B93 (or 0x0A2B93) is known color: Smalt. HEX triplet: 0A, 2B and 93. RGB value is (10,43,147). Sum of RGB (Red+Green+Blue) = 10+43+147=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A2B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2B93 is #F5D46C. Grayscale: #2C2C2C. Windows color (decimal): -16110701 or 9644810. OLE color: 9644810.
HSL color Cylindrical-coordinate representation of color #0A2B93: hue angle of 225.55º 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 #0A2B93 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 43 | 147 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.42 |
| HSL | 225.55º | 0.87% | 0.31% | - |
| HSV(B) | 225.55º | 0.93% | 0.58% | - |
| XYZ | 6.26 | 3.9 | 28.03 | - |
| YUV | 44.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 147 | 0.93 | 0.71 | 0 | 0.42 | 225.55 | 0.87 | 0.31 |
| Hex | A | 2B | 93 | 5D | 47 | 0 | 2A | E2 | 57 | 1F |
| Octal | 12 | 53 | 223 | 135 | 107 | 0 | 52 | 342 | 127 | 37 |
| Binary | 1010 | 101011 | 10010011 | 1011101 | 1000111 | 0 | 101010 | 11100010 | 1010111 | 11111 |
Color Harmonies of #0A2B93
Complementary color
Monochromatic Colors of #0A2B93
Black with #0A2B93
Text Example
Text Example
White with #0A2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B93; }
p { color: rgb(10,43,147); }
H1.HeaderClassName
{
color: #0A2B93;
}
.AnyTagClassName
{
color: #0A2B93;
}
</style>
background-color css
<style>
a { background-color: #0A2B93; }
a { background-color: rgb(10,43,147); }
div.DivClassName
{
background-color: #0A2B93;
}
.BgClassName
{
background-color: #0A2B93;
}
</style>
border-color css
<style>
span { border-color: #0A2B93; }
span { border-color: rgb(10,43,147); }
td.TdClassName
{
border-color: #0A2B93;
}
.TagClassName
{
border-color: #0A2B93;
}
</style>