Shades of Smalt #0A348C
Tints of Smalt #0A348C
RGB
CMYK
RGB Variations
Color information
#0A348C (or 0x0A348C) is known color: Smalt. HEX triplet: 0A, 34 and 8C. RGB value is (10,52,140). Sum of RGB (Red+Green+Blue) = 10+52+140=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A348C is #F5CB73. Grayscale: #313131. Windows color (decimal): -16108404 or 9188362. OLE color: 9188362.
HSL color Cylindrical-coordinate representation of color #0A348C: hue angle of 220.62º 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 #0A348C is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 52 | 140 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.45 |
| HSL | 220.62º | 0.87% | 0.29% | - |
| HSV(B) | 220.62º | 0.93% | 0.55% | - |
| XYZ | 6.09 | 4.41 | 25.34 | - |
| YUV | 49.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 140 | 0.93 | 0.63 | 0 | 0.45 | 220.62 | 0.87 | 0.29 |
| Hex | A | 34 | 8C | 5D | 3F | 0 | 2D | DD | 57 | 1D |
| Octal | 12 | 64 | 214 | 135 | 77 | 0 | 55 | 335 | 127 | 35 |
| Binary | 1010 | 110100 | 10001100 | 1011101 | 111111 | 0 | 101101 | 11011101 | 1010111 | 11101 |
Color Harmonies of #0A348C
Complementary color
Monochromatic Colors of #0A348C
Black with #0A348C
Text Example
Text Example
White with #0A348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A348C; }
p { color: rgb(10,52,140); }
H1.HeaderClassName
{
color: #0A348C;
}
.AnyTagClassName
{
color: #0A348C;
}
</style>
background-color css
<style>
a { background-color: #0A348C; }
a { background-color: rgb(10,52,140); }
div.DivClassName
{
background-color: #0A348C;
}
.BgClassName
{
background-color: #0A348C;
}
</style>
border-color css
<style>
span { border-color: #0A348C; }
span { border-color: rgb(10,52,140); }
td.TdClassName
{
border-color: #0A348C;
}
.TagClassName
{
border-color: #0A348C;
}
</style>