Shades of Smalt #0A399C
Tints of Smalt #0A399C
RGB
CMYK
RGB Variations
Color information
#0A399C (or 0x0A399C) is known color: Smalt. HEX triplet: 0A, 39 and 9C. RGB value is (10,57,156). Sum of RGB (Red+Green+Blue) = 10+57+156=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A399C is #F5C663. Grayscale: #353535. Windows color (decimal): -16107108 or 10238218. OLE color: 10238218.
HSL color Cylindrical-coordinate representation of color #0A399C: hue angle of 220.68º 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 #0A399C is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 57 | 156 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.39 |
| HSL | 220.68º | 0.88% | 0.33% | - |
| HSV(B) | 220.68º | 0.94% | 0.61% | - |
| XYZ | 7.59 | 5.39 | 32.09 | - |
| YUV | 54.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 156 | 0.94 | 0.63 | 0 | 0.39 | 220.68 | 0.88 | 0.33 |
| Hex | A | 39 | 9C | 5E | 3F | 0 | 27 | DD | 58 | 21 |
| Octal | 12 | 71 | 234 | 136 | 77 | 0 | 47 | 335 | 130 | 41 |
| Binary | 1010 | 111001 | 10011100 | 1011110 | 111111 | 0 | 100111 | 11011101 | 1011000 | 100001 |
Color Harmonies of #0A399C
Complementary color
Monochromatic Colors of #0A399C
Black with #0A399C
Text Example
Text Example
White with #0A399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A399C; }
p { color: rgb(10,57,156); }
H1.HeaderClassName
{
color: #0A399C;
}
.AnyTagClassName
{
color: #0A399C;
}
</style>
background-color css
<style>
a { background-color: #0A399C; }
a { background-color: rgb(10,57,156); }
div.DivClassName
{
background-color: #0A399C;
}
.BgClassName
{
background-color: #0A399C;
}
</style>
border-color css
<style>
span { border-color: #0A399C; }
span { border-color: rgb(10,57,156); }
td.TdClassName
{
border-color: #0A399C;
}
.TagClassName
{
border-color: #0A399C;
}
</style>