Shades of Smalt #0A389D
Tints of Smalt #0A389D
RGB
CMYK
RGB Variations
Color information
#0A389D (or 0x0A389D) is known color: Smalt. HEX triplet: 0A, 38 and 9D. RGB value is (10,56,157). Sum of RGB (Red+Green+Blue) = 10+56+157=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A389D is #F5C762. Grayscale: #353535. Windows color (decimal): -16107363 or 10303498. OLE color: 10303498.
HSL color Cylindrical-coordinate representation of color #0A389D: hue angle of 221.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A389D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 56 | 157 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.38 |
| HSL | 221.22º | 0.88% | 0.33% | - |
| HSV(B) | 221.22º | 0.94% | 0.62% | - |
| XYZ | 7.63 | 5.33 | 32.52 | - |
| YUV | 53.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 157 | 0.94 | 0.64 | 0 | 0.38 | 221.22 | 0.88 | 0.33 |
| Hex | A | 38 | 9D | 5E | 40 | 0 | 26 | DD | 58 | 21 |
| Octal | 12 | 70 | 235 | 136 | 100 | 0 | 46 | 335 | 130 | 41 |
| Binary | 1010 | 111000 | 10011101 | 1011110 | 1000000 | 0 | 100110 | 11011101 | 1011000 | 100001 |
Color Harmonies of #0A389D
Complementary color
Monochromatic Colors of #0A389D
Black with #0A389D
Text Example
Text Example
White with #0A389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A389D; }
p { color: rgb(10,56,157); }
H1.HeaderClassName
{
color: #0A389D;
}
.AnyTagClassName
{
color: #0A389D;
}
</style>
background-color css
<style>
a { background-color: #0A389D; }
a { background-color: rgb(10,56,157); }
div.DivClassName
{
background-color: #0A389D;
}
.BgClassName
{
background-color: #0A389D;
}
</style>
border-color css
<style>
span { border-color: #0A389D; }
span { border-color: rgb(10,56,157); }
td.TdClassName
{
border-color: #0A389D;
}
.TagClassName
{
border-color: #0A389D;
}
</style>