Shades of Smalt #0A3C9C
Tints of Smalt #0A3C9C
RGB
CMYK
RGB Variations
Color information
#0A3C9C (or 0x0A3C9C) is known color: Smalt. HEX triplet: 0A, 3C and 9C. RGB value is (10,60,156). Sum of RGB (Red+Green+Blue) = 10+60+156=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A3C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3C9C is #F5C363. Grayscale: #373737. Windows color (decimal): -16106340 or 10238986. OLE color: 10238986.
HSL color Cylindrical-coordinate representation of color #0A3C9C: hue angle of 219.45º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3C9C is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 60 | 156 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.39 |
| HSL | 219.45º | 0.88% | 0.33% | - |
| HSV(B) | 219.45º | 0.94% | 0.61% | - |
| XYZ | 7.74 | 5.7 | 32.14 | - |
| YUV | 55.99 | 184.44 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 156 | 0.94 | 0.62 | 0 | 0.39 | 219.45 | 0.88 | 0.33 |
| Hex | A | 3C | 9C | 5E | 3E | 0 | 27 | DB | 58 | 21 |
| Octal | 12 | 74 | 234 | 136 | 76 | 0 | 47 | 333 | 130 | 41 |
| Binary | 1010 | 111100 | 10011100 | 1011110 | 111110 | 0 | 100111 | 11011011 | 1011000 | 100001 |
Color Harmonies of #0A3C9C
Complementary color
Monochromatic Colors of #0A3C9C
Black with #0A3C9C
Text Example
Text Example
White with #0A3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C9C; }
p { color: rgb(10,60,156); }
H1.HeaderClassName
{
color: #0A3C9C;
}
.AnyTagClassName
{
color: #0A3C9C;
}
</style>
background-color css
<style>
a { background-color: #0A3C9C; }
a { background-color: rgb(10,60,156); }
div.DivClassName
{
background-color: #0A3C9C;
}
.BgClassName
{
background-color: #0A3C9C;
}
</style>
border-color css
<style>
span { border-color: #0A3C9C; }
span { border-color: rgb(10,60,156); }
td.TdClassName
{
border-color: #0A3C9C;
}
.TagClassName
{
border-color: #0A3C9C;
}
</style>