Shades of Smalt #0A2B85
Tints of Smalt #0A2B85
RGB
CMYK
RGB Variations
Color information
#0A2B85 (or 0x0A2B85) is known color: Smalt. HEX triplet: 0A, 2B and 85. RGB value is (10,43,133). Sum of RGB (Red+Green+Blue) = 10+43+133=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A2B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2B85 is #F5D47A. Grayscale: #2B2B2B. Windows color (decimal): -16110715 or 8727306. OLE color: 8727306.
HSL color Cylindrical-coordinate representation of color #0A2B85: hue angle of 223.9º 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 #0A2B85 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 43 | 133 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.48 |
| HSL | 223.9º | 0.86% | 0.28% | - |
| HSV(B) | 223.9º | 0.92% | 0.52% | - |
| XYZ | 5.22 | 3.49 | 22.59 | - |
| YUV | 43.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 133 | 0.92 | 0.68 | 0 | 0.48 | 223.9 | 0.86 | 0.28 |
| Hex | A | 2B | 85 | 5C | 44 | 0 | 30 | E0 | 56 | 1C |
| Octal | 12 | 53 | 205 | 134 | 104 | 0 | 60 | 340 | 126 | 34 |
| Binary | 1010 | 101011 | 10000101 | 1011100 | 1000100 | 0 | 110000 | 11100000 | 1010110 | 11100 |
Color Harmonies of #0A2B85
Complementary color
Monochromatic Colors of #0A2B85
Black with #0A2B85
Text Example
Text Example
White with #0A2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B85; }
p { color: rgb(10,43,133); }
H1.HeaderClassName
{
color: #0A2B85;
}
.AnyTagClassName
{
color: #0A2B85;
}
</style>
background-color css
<style>
a { background-color: #0A2B85; }
a { background-color: rgb(10,43,133); }
div.DivClassName
{
background-color: #0A2B85;
}
.BgClassName
{
background-color: #0A2B85;
}
</style>
border-color css
<style>
span { border-color: #0A2B85; }
span { border-color: rgb(10,43,133); }
td.TdClassName
{
border-color: #0A2B85;
}
.TagClassName
{
border-color: #0A2B85;
}
</style>