Shades of Smalt #0A268D
Tints of Smalt #0A268D
RGB
CMYK
RGB Variations
Color information
#0A268D (or 0x0A268D) is known color: Smalt. HEX triplet: 0A, 26 and 8D. RGB value is (10,38,141). Sum of RGB (Red+Green+Blue) = 10+38+141=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A268D is #F5D972. Grayscale: #282828. Windows color (decimal): -16111987 or 9250314. OLE color: 9250314.
HSL color Cylindrical-coordinate representation of color #0A268D: hue angle of 227.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A268D is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 38 | 141 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.45 |
| HSL | 227.18º | 0.87% | 0.3% | - |
| HSV(B) | 227.18º | 0.93% | 0.55% | - |
| XYZ | 5.63 | 3.37 | 25.55 | - |
| YUV | 41.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 141 | 0.93 | 0.73 | 0 | 0.45 | 227.18 | 0.87 | 0.3 |
| Hex | A | 26 | 8D | 5D | 49 | 0 | 2D | E3 | 57 | 1E |
| Octal | 12 | 46 | 215 | 135 | 111 | 0 | 55 | 343 | 127 | 36 |
| Binary | 1010 | 100110 | 10001101 | 1011101 | 1001001 | 0 | 101101 | 11100011 | 1010111 | 11110 |
Color Harmonies of #0A268D
Complementary color
Monochromatic Colors of #0A268D
Black with #0A268D
Text Example
Text Example
White with #0A268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A268D; }
p { color: rgb(10,38,141); }
H1.HeaderClassName
{
color: #0A268D;
}
.AnyTagClassName
{
color: #0A268D;
}
</style>
background-color css
<style>
a { background-color: #0A268D; }
a { background-color: rgb(10,38,141); }
div.DivClassName
{
background-color: #0A268D;
}
.BgClassName
{
background-color: #0A268D;
}
</style>
border-color css
<style>
span { border-color: #0A268D; }
span { border-color: rgb(10,38,141); }
td.TdClassName
{
border-color: #0A268D;
}
.TagClassName
{
border-color: #0A268D;
}
</style>