Shades of Smalt #0A338D
Tints of Smalt #0A338D
RGB
CMYK
RGB Variations
Color information
#0A338D (or 0x0A338D) is known color: Smalt. HEX triplet: 0A, 33 and 8D. RGB value is (10,51,141). Sum of RGB (Red+Green+Blue) = 10+51+141=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A338D is #F5CC72. Grayscale: #303030. Windows color (decimal): -16108659 or 9253642. OLE color: 9253642.
HSL color Cylindrical-coordinate representation of color #0A338D: hue angle of 221.22º 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 #0A338D is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 51 | 141 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.45 |
| HSL | 221.22º | 0.87% | 0.3% | - |
| HSV(B) | 221.22º | 0.93% | 0.55% | - |
| XYZ | 6.12 | 4.36 | 25.72 | - |
| YUV | 49 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 141 | 0.93 | 0.64 | 0 | 0.45 | 221.22 | 0.87 | 0.3 |
| Hex | A | 33 | 8D | 5D | 40 | 0 | 2D | DD | 57 | 1E |
| Octal | 12 | 63 | 215 | 135 | 100 | 0 | 55 | 335 | 127 | 36 |
| Binary | 1010 | 110011 | 10001101 | 1011101 | 1000000 | 0 | 101101 | 11011101 | 1010111 | 11110 |
Color Harmonies of #0A338D
Complementary color
Monochromatic Colors of #0A338D
Black with #0A338D
Text Example
Text Example
White with #0A338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A338D; }
p { color: rgb(10,51,141); }
H1.HeaderClassName
{
color: #0A338D;
}
.AnyTagClassName
{
color: #0A338D;
}
</style>
background-color css
<style>
a { background-color: #0A338D; }
a { background-color: rgb(10,51,141); }
div.DivClassName
{
background-color: #0A338D;
}
.BgClassName
{
background-color: #0A338D;
}
</style>
border-color css
<style>
span { border-color: #0A338D; }
span { border-color: rgb(10,51,141); }
td.TdClassName
{
border-color: #0A338D;
}
.TagClassName
{
border-color: #0A338D;
}
</style>