Shades of Smalt #0F3895
Tints of Smalt #0F3895
RGB
CMYK
RGB Variations
Color information
#0F3895 (or 0x0F3895) is known color: Smalt. HEX triplet: 0F, 38 and 95. RGB value is (15,56,149). Sum of RGB (Red+Green+Blue) = 15+56+149=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F3895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3895 is #F0C76A. Grayscale: #353535. Windows color (decimal): -15779691 or 9779215. OLE color: 9779215.
HSL color Cylindrical-coordinate representation of color #0F3895: hue angle of 221.64º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3895 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 56 | 149 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.42 |
| HSL | 221.64º | 0.82% | 0.32% | - |
| HSV(B) | 221.64º | 0.9% | 0.58% | - |
| XYZ | 7.04 | 5.1 | 29.05 | - |
| YUV | 54.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 149 | 0.90 | 0.62 | 0 | 0.42 | 221.64 | 0.82 | 0.32 |
| Hex | F | 38 | 95 | 5A | 3E | 0 | 2A | DE | 52 | 20 |
| Octal | 17 | 70 | 225 | 132 | 76 | 0 | 52 | 336 | 122 | 40 |
| Binary | 1111 | 111000 | 10010101 | 1011010 | 111110 | 0 | 101010 | 11011110 | 1010010 | 100000 |
Color Harmonies of #0F3895
Complementary color
Monochromatic Colors of #0F3895
Black with #0F3895
Text Example
Text Example
White with #0F3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3895; }
p { color: rgb(15,56,149); }
H1.HeaderClassName
{
color: #0F3895;
}
.AnyTagClassName
{
color: #0F3895;
}
</style>
background-color css
<style>
a { background-color: #0F3895; }
a { background-color: rgb(15,56,149); }
div.DivClassName
{
background-color: #0F3895;
}
.BgClassName
{
background-color: #0F3895;
}
</style>
border-color css
<style>
span { border-color: #0F3895; }
span { border-color: rgb(15,56,149); }
td.TdClassName
{
border-color: #0F3895;
}
.TagClassName
{
border-color: #0F3895;
}
</style>