Shades of Smalt #0A3B95
Tints of Smalt #0A3B95
RGB
CMYK
RGB Variations
Color information
#0A3B95 (or 0x0A3B95) is known color: Smalt. HEX triplet: 0A, 3B and 95. RGB value is (10,59,149). Sum of RGB (Red+Green+Blue) = 10+59+149=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A3B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3B95 is #F5C46A. Grayscale: #363636. Windows color (decimal): -16106603 or 9779978. OLE color: 9779978.
HSL color Cylindrical-coordinate representation of color #0A3B95: hue angle of 218.85º 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 #0A3B95 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 59 | 149 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.42 |
| HSL | 218.85º | 0.87% | 0.31% | - |
| HSV(B) | 218.85º | 0.93% | 0.58% | - |
| XYZ | 7.11 | 5.36 | 29.09 | - |
| YUV | 54.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 149 | 0.93 | 0.60 | 0 | 0.42 | 218.85 | 0.87 | 0.31 |
| Hex | A | 3B | 95 | 5D | 3C | 0 | 2A | DB | 57 | 1F |
| Octal | 12 | 73 | 225 | 135 | 74 | 0 | 52 | 333 | 127 | 37 |
| Binary | 1010 | 111011 | 10010101 | 1011101 | 111100 | 0 | 101010 | 11011011 | 1010111 | 11111 |
Color Harmonies of #0A3B95
Complementary color
Monochromatic Colors of #0A3B95
Black with #0A3B95
Text Example
Text Example
White with #0A3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3B95; }
p { color: rgb(10,59,149); }
H1.HeaderClassName
{
color: #0A3B95;
}
.AnyTagClassName
{
color: #0A3B95;
}
</style>
background-color css
<style>
a { background-color: #0A3B95; }
a { background-color: rgb(10,59,149); }
div.DivClassName
{
background-color: #0A3B95;
}
.BgClassName
{
background-color: #0A3B95;
}
</style>
border-color css
<style>
span { border-color: #0A3B95; }
span { border-color: rgb(10,59,149); }
td.TdClassName
{
border-color: #0A3B95;
}
.TagClassName
{
border-color: #0A3B95;
}
</style>