Shades of Smalt #0A378D
Tints of Smalt #0A378D
RGB
CMYK
RGB Variations
Color information
#0A378D (or 0x0A378D) is known color: Smalt. HEX triplet: 0A, 37 and 8D. RGB value is (10,55,141). Sum of RGB (Red+Green+Blue) = 10+55+141=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A378D is #F5C872. Grayscale: #323232. Windows color (decimal): -16107635 or 9254666. OLE color: 9254666.
HSL color Cylindrical-coordinate representation of color #0A378D: hue angle of 219.39º 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 #0A378D is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 55 | 141 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.45 |
| HSL | 219.39º | 0.87% | 0.3% | - |
| HSV(B) | 219.39º | 0.93% | 0.55% | - |
| XYZ | 6.3 | 4.72 | 25.78 | - |
| YUV | 51.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 141 | 0.93 | 0.61 | 0 | 0.45 | 219.39 | 0.87 | 0.3 |
| Hex | A | 37 | 8D | 5D | 3D | 0 | 2D | DB | 57 | 1E |
| Octal | 12 | 67 | 215 | 135 | 75 | 0 | 55 | 333 | 127 | 36 |
| Binary | 1010 | 110111 | 10001101 | 1011101 | 111101 | 0 | 101101 | 11011011 | 1010111 | 11110 |
Color Harmonies of #0A378D
Complementary color
Monochromatic Colors of #0A378D
Black with #0A378D
Text Example
Text Example
White with #0A378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A378D; }
p { color: rgb(10,55,141); }
H1.HeaderClassName
{
color: #0A378D;
}
.AnyTagClassName
{
color: #0A378D;
}
</style>
background-color css
<style>
a { background-color: #0A378D; }
a { background-color: rgb(10,55,141); }
div.DivClassName
{
background-color: #0A378D;
}
.BgClassName
{
background-color: #0A378D;
}
</style>
border-color css
<style>
span { border-color: #0A378D; }
span { border-color: rgb(10,55,141); }
td.TdClassName
{
border-color: #0A378D;
}
.TagClassName
{
border-color: #0A378D;
}
</style>