Shades of Smalt #0F3A8A
Tints of Smalt #0F3A8A
RGB
CMYK
RGB Variations
Color information
#0F3A8A (or 0x0F3A8A) is known color: Smalt. HEX triplet: 0F, 3A and 8A. RGB value is (15,58,138). Sum of RGB (Red+Green+Blue) = 15+58+138=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F3A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A8A is #F0C575. Grayscale: #353535. Windows color (decimal): -15779190 or 9058831. OLE color: 9058831.
HSL color Cylindrical-coordinate representation of color #0F3A8A: hue angle of 219.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3A8A is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 58 | 138 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.46 |
| HSL | 219.02º | 0.8% | 0.3% | - |
| HSV(B) | 219.02º | 0.89% | 0.54% | - |
| XYZ | 6.3 | 4.96 | 24.67 | - |
| YUV | 54.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 138 | 0.89 | 0.58 | 0 | 0.46 | 219.02 | 0.8 | 0.3 |
| Hex | F | 3A | 8A | 59 | 3A | 0 | 2E | DB | 50 | 1E |
| Octal | 17 | 72 | 212 | 131 | 72 | 0 | 56 | 333 | 120 | 36 |
| Binary | 1111 | 111010 | 10001010 | 1011001 | 111010 | 0 | 101110 | 11011011 | 1010000 | 11110 |
Color Harmonies of #0F3A8A
Complementary color
Monochromatic Colors of #0F3A8A
Black with #0F3A8A
Text Example
Text Example
White with #0F3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A8A; }
p { color: rgb(15,58,138); }
H1.HeaderClassName
{
color: #0F3A8A;
}
.AnyTagClassName
{
color: #0F3A8A;
}
</style>
background-color css
<style>
a { background-color: #0F3A8A; }
a { background-color: rgb(15,58,138); }
div.DivClassName
{
background-color: #0F3A8A;
}
.BgClassName
{
background-color: #0F3A8A;
}
</style>
border-color css
<style>
span { border-color: #0F3A8A; }
span { border-color: rgb(15,58,138); }
td.TdClassName
{
border-color: #0F3A8A;
}
.TagClassName
{
border-color: #0F3A8A;
}
</style>