Shades of Smalt #0F338F
Tints of Smalt #0F338F
RGB
CMYK
RGB Variations
Color information
#0F338F (or 0x0F338F) is known color: Smalt. HEX triplet: 0F, 33 and 8F. RGB value is (15,51,143). Sum of RGB (Red+Green+Blue) = 15+51+143=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F338F is #F0CC70. Grayscale: #323232. Windows color (decimal): -15780977 or 9384719. OLE color: 9384719.
HSL color Cylindrical-coordinate representation of color #0F338F: hue angle of 223.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F338F is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 51 | 143 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.44 |
| HSL | 223.13º | 0.81% | 0.31% | - |
| HSV(B) | 223.13º | 0.9% | 0.56% | - |
| XYZ | 6.34 | 4.45 | 26.51 | - |
| YUV | 50.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 143 | 0.90 | 0.64 | 0 | 0.44 | 223.13 | 0.81 | 0.31 |
| Hex | F | 33 | 8F | 5A | 40 | 0 | 2C | DF | 51 | 1F |
| Octal | 17 | 63 | 217 | 132 | 100 | 0 | 54 | 337 | 121 | 37 |
| Binary | 1111 | 110011 | 10001111 | 1011010 | 1000000 | 0 | 101100 | 11011111 | 1010001 | 11111 |
Color Harmonies of #0F338F
Complementary color
Monochromatic Colors of #0F338F
Black with #0F338F
Text Example
Text Example
White with #0F338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F338F; }
p { color: rgb(15,51,143); }
H1.HeaderClassName
{
color: #0F338F;
}
.AnyTagClassName
{
color: #0F338F;
}
</style>
background-color css
<style>
a { background-color: #0F338F; }
a { background-color: rgb(15,51,143); }
div.DivClassName
{
background-color: #0F338F;
}
.BgClassName
{
background-color: #0F338F;
}
</style>
border-color css
<style>
span { border-color: #0F338F; }
span { border-color: rgb(15,51,143); }
td.TdClassName
{
border-color: #0F338F;
}
.TagClassName
{
border-color: #0F338F;
}
</style>