Shades of Smalt #0A3D90
Tints of Smalt #0A3D90
RGB
CMYK
RGB Variations
Color information
#0A3D90 (or 0x0A3D90) is known color: Smalt. HEX triplet: 0A, 3D and 90. RGB value is (10,61,144). Sum of RGB (Red+Green+Blue) = 10+61+144=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A3D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3D90 is #F5C26F. Grayscale: #363636. Windows color (decimal): -16106096 or 9452810. OLE color: 9452810.
HSL color Cylindrical-coordinate representation of color #0A3D90: hue angle of 217.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3D90 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 61 | 144 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.44 |
| HSL | 217.16º | 0.87% | 0.3% | - |
| HSV(B) | 217.16º | 0.93% | 0.56% | - |
| XYZ | 6.83 | 5.42 | 27.07 | - |
| YUV | 55.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 144 | 0.93 | 0.58 | 0 | 0.44 | 217.16 | 0.87 | 0.3 |
| Hex | A | 3D | 90 | 5D | 3A | 0 | 2C | D9 | 57 | 1E |
| Octal | 12 | 75 | 220 | 135 | 72 | 0 | 54 | 331 | 127 | 36 |
| Binary | 1010 | 111101 | 10010000 | 1011101 | 111010 | 0 | 101100 | 11011001 | 1010111 | 11110 |
Color Harmonies of #0A3D90
Complementary color
Monochromatic Colors of #0A3D90
Black with #0A3D90
Text Example
Text Example
White with #0A3D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D90; }
p { color: rgb(10,61,144); }
H1.HeaderClassName
{
color: #0A3D90;
}
.AnyTagClassName
{
color: #0A3D90;
}
</style>
background-color css
<style>
a { background-color: #0A3D90; }
a { background-color: rgb(10,61,144); }
div.DivClassName
{
background-color: #0A3D90;
}
.BgClassName
{
background-color: #0A3D90;
}
</style>
border-color css
<style>
span { border-color: #0A3D90; }
span { border-color: rgb(10,61,144); }
td.TdClassName
{
border-color: #0A3D90;
}
.TagClassName
{
border-color: #0A3D90;
}
</style>