Shades of Smalt #0A238D
Tints of Smalt #0A238D
RGB
CMYK
RGB Variations
Color information
#0A238D (or 0x0A238D) is known color: Smalt. HEX triplet: 0A, 23 and 8D. RGB value is (10,35,141). Sum of RGB (Red+Green+Blue) = 10+35+141=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A238D is #F5DC72. Grayscale: #272727. Windows color (decimal): -16112755 or 9249546. OLE color: 9249546.
HSL color Cylindrical-coordinate representation of color #0A238D: hue angle of 228.55º 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 #0A238D is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 35 | 141 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.45 |
| HSL | 228.55º | 0.87% | 0.3% | - |
| HSV(B) | 228.55º | 0.93% | 0.55% | - |
| XYZ | 5.53 | 3.19 | 25.52 | - |
| YUV | 39.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 141 | 0.93 | 0.75 | 0 | 0.45 | 228.55 | 0.87 | 0.3 |
| Hex | A | 23 | 8D | 5D | 4B | 0 | 2D | E5 | 57 | 1E |
| Octal | 12 | 43 | 215 | 135 | 113 | 0 | 55 | 345 | 127 | 36 |
| Binary | 1010 | 100011 | 10001101 | 1011101 | 1001011 | 0 | 101101 | 11100101 | 1010111 | 11110 |
Color Harmonies of #0A238D
Complementary color
Monochromatic Colors of #0A238D
Black with #0A238D
Text Example
Text Example
White with #0A238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A238D; }
p { color: rgb(10,35,141); }
H1.HeaderClassName
{
color: #0A238D;
}
.AnyTagClassName
{
color: #0A238D;
}
</style>
background-color css
<style>
a { background-color: #0A238D; }
a { background-color: rgb(10,35,141); }
div.DivClassName
{
background-color: #0A238D;
}
.BgClassName
{
background-color: #0A238D;
}
</style>
border-color css
<style>
span { border-color: #0A238D; }
span { border-color: rgb(10,35,141); }
td.TdClassName
{
border-color: #0A238D;
}
.TagClassName
{
border-color: #0A238D;
}
</style>