Shades of Smalt #0A358C
Tints of Smalt #0A358C
RGB
CMYK
RGB Variations
Color information
#0A358C (or 0x0A358C) is known color: Smalt. HEX triplet: 0A, 35 and 8C. RGB value is (10,53,140). Sum of RGB (Red+Green+Blue) = 10+53+140=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A358C is #F5CA73. Grayscale: #313131. Windows color (decimal): -16108148 or 9188618. OLE color: 9188618.
HSL color Cylindrical-coordinate representation of color #0A358C: hue angle of 220.15º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A358C is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 53 | 140 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.45 |
| HSL | 220.15º | 0.87% | 0.29% | - |
| HSV(B) | 220.15º | 0.93% | 0.55% | - |
| XYZ | 6.13 | 4.5 | 25.36 | - |
| YUV | 50.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 140 | 0.93 | 0.62 | 0 | 0.45 | 220.15 | 0.87 | 0.29 |
| Hex | A | 35 | 8C | 5D | 3E | 0 | 2D | DC | 57 | 1D |
| Octal | 12 | 65 | 214 | 135 | 76 | 0 | 55 | 334 | 127 | 35 |
| Binary | 1010 | 110101 | 10001100 | 1011101 | 111110 | 0 | 101101 | 11011100 | 1010111 | 11101 |
Color Harmonies of #0A358C
Complementary color
Monochromatic Colors of #0A358C
Black with #0A358C
Text Example
Text Example
White with #0A358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A358C; }
p { color: rgb(10,53,140); }
H1.HeaderClassName
{
color: #0A358C;
}
.AnyTagClassName
{
color: #0A358C;
}
</style>
background-color css
<style>
a { background-color: #0A358C; }
a { background-color: rgb(10,53,140); }
div.DivClassName
{
background-color: #0A358C;
}
.BgClassName
{
background-color: #0A358C;
}
</style>
border-color css
<style>
span { border-color: #0A358C; }
span { border-color: rgb(10,53,140); }
td.TdClassName
{
border-color: #0A358C;
}
.TagClassName
{
border-color: #0A358C;
}
</style>