Shades of Smalt #0A3E92
Tints of Smalt #0A3E92
RGB
CMYK
RGB Variations
Color information
#0A3E92 (or 0x0A3E92) is known color: Smalt. HEX triplet: 0A, 3E and 92. RGB value is (10,62,146). Sum of RGB (Red+Green+Blue) = 10+62+146=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A3E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3E92 is #F5C16D. Grayscale: #373737. Windows color (decimal): -16105838 or 9584138. OLE color: 9584138.
HSL color Cylindrical-coordinate representation of color #0A3E92: hue angle of 217.06º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3E92 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 62 | 146 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.43 |
| HSL | 217.06º | 0.87% | 0.31% | - |
| HSV(B) | 217.06º | 0.93% | 0.57% | - |
| XYZ | 7.04 | 5.59 | 27.9 | - |
| YUV | 56.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 146 | 0.93 | 0.58 | 0 | 0.43 | 217.06 | 0.87 | 0.31 |
| Hex | A | 3E | 92 | 5D | 3A | 0 | 2B | D9 | 57 | 1F |
| Octal | 12 | 76 | 222 | 135 | 72 | 0 | 53 | 331 | 127 | 37 |
| Binary | 1010 | 111110 | 10010010 | 1011101 | 111010 | 0 | 101011 | 11011001 | 1010111 | 11111 |
Color Harmonies of #0A3E92
Complementary color
Monochromatic Colors of #0A3E92
Black with #0A3E92
Text Example
Text Example
White with #0A3E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E92; }
p { color: rgb(10,62,146); }
H1.HeaderClassName
{
color: #0A3E92;
}
.AnyTagClassName
{
color: #0A3E92;
}
</style>
background-color css
<style>
a { background-color: #0A3E92; }
a { background-color: rgb(10,62,146); }
div.DivClassName
{
background-color: #0A3E92;
}
.BgClassName
{
background-color: #0A3E92;
}
</style>
border-color css
<style>
span { border-color: #0A3E92; }
span { border-color: rgb(10,62,146); }
td.TdClassName
{
border-color: #0A3E92;
}
.TagClassName
{
border-color: #0A3E92;
}
</style>