Shades of Smalt #0A348A
Tints of Smalt #0A348A
RGB
CMYK
RGB Variations
Color information
#0A348A (or 0x0A348A) is known color: Smalt. HEX triplet: 0A, 34 and 8A. RGB value is (10,52,138). Sum of RGB (Red+Green+Blue) = 10+52+138=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A348A is #F5CB75. Grayscale: #303030. Windows color (decimal): -16108406 or 9057290. OLE color: 9057290.
HSL color Cylindrical-coordinate representation of color #0A348A: hue angle of 220.31º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A348A is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 52 | 138 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.46 |
| HSL | 220.31º | 0.86% | 0.29% | - |
| HSV(B) | 220.31º | 0.93% | 0.54% | - |
| XYZ | 5.94 | 4.36 | 24.57 | - |
| YUV | 49.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 138 | 0.93 | 0.62 | 0 | 0.46 | 220.31 | 0.86 | 0.29 |
| Hex | A | 34 | 8A | 5D | 3E | 0 | 2E | DC | 56 | 1D |
| Octal | 12 | 64 | 212 | 135 | 76 | 0 | 56 | 334 | 126 | 35 |
| Binary | 1010 | 110100 | 10001010 | 1011101 | 111110 | 0 | 101110 | 11011100 | 1010110 | 11101 |
Color Harmonies of #0A348A
Complementary color
Monochromatic Colors of #0A348A
Black with #0A348A
Text Example
Text Example
White with #0A348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A348A; }
p { color: rgb(10,52,138); }
H1.HeaderClassName
{
color: #0A348A;
}
.AnyTagClassName
{
color: #0A348A;
}
</style>
background-color css
<style>
a { background-color: #0A348A; }
a { background-color: rgb(10,52,138); }
div.DivClassName
{
background-color: #0A348A;
}
.BgClassName
{
background-color: #0A348A;
}
</style>
border-color css
<style>
span { border-color: #0A348A; }
span { border-color: rgb(10,52,138); }
td.TdClassName
{
border-color: #0A348A;
}
.TagClassName
{
border-color: #0A348A;
}
</style>