Shades of Smalt #0A268B
Tints of Smalt #0A268B
RGB
CMYK
RGB Variations
Color information
#0A268B (or 0x0A268B) is known color: Smalt. HEX triplet: 0A, 26 and 8B. RGB value is (10,38,139). Sum of RGB (Red+Green+Blue) = 10+38+139=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A268B is #F5D974. Grayscale: #282828. Windows color (decimal): -16111989 or 9119242. OLE color: 9119242.
HSL color Cylindrical-coordinate representation of color #0A268B: hue angle of 226.98º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A268B is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 38 | 139 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.45 |
| HSL | 226.98º | 0.87% | 0.29% | - |
| HSV(B) | 226.98º | 0.93% | 0.55% | - |
| XYZ | 5.48 | 3.31 | 24.78 | - |
| YUV | 41.14 | 183.22 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 139 | 0.93 | 0.73 | 0 | 0.45 | 226.98 | 0.87 | 0.29 |
| Hex | A | 26 | 8B | 5D | 49 | 0 | 2D | E3 | 57 | 1D |
| Octal | 12 | 46 | 213 | 135 | 111 | 0 | 55 | 343 | 127 | 35 |
| Binary | 1010 | 100110 | 10001011 | 1011101 | 1001001 | 0 | 101101 | 11100011 | 1010111 | 11101 |
Color Harmonies of #0A268B
Complementary color
Monochromatic Colors of #0A268B
Black with #0A268B
Text Example
Text Example
White with #0A268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A268B; }
p { color: rgb(10,38,139); }
H1.HeaderClassName
{
color: #0A268B;
}
.AnyTagClassName
{
color: #0A268B;
}
</style>
background-color css
<style>
a { background-color: #0A268B; }
a { background-color: rgb(10,38,139); }
div.DivClassName
{
background-color: #0A268B;
}
.BgClassName
{
background-color: #0A268B;
}
</style>
border-color css
<style>
span { border-color: #0A268B; }
span { border-color: rgb(10,38,139); }
td.TdClassName
{
border-color: #0A268B;
}
.TagClassName
{
border-color: #0A268B;
}
</style>