Shades of Smalt #0F358A
Tints of Smalt #0F358A
RGB
CMYK
RGB Variations
Color information
#0F358A (or 0x0F358A) is known color: Smalt. HEX triplet: 0F, 35 and 8A. RGB value is (15,53,138). Sum of RGB (Red+Green+Blue) = 15+53+138=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F358A is #F0CA75. Grayscale: #323232. Windows color (decimal): -15780470 or 9057551. OLE color: 9057551.
HSL color Cylindrical-coordinate representation of color #0F358A: hue angle of 221.46º 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 #0F358A is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 53 | 138 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.46 |
| HSL | 221.46º | 0.8% | 0.3% | - |
| HSV(B) | 221.46º | 0.89% | 0.54% | - |
| XYZ | 6.06 | 4.48 | 24.59 | - |
| YUV | 51.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 138 | 0.89 | 0.62 | 0 | 0.46 | 221.46 | 0.8 | 0.3 |
| Hex | F | 35 | 8A | 59 | 3E | 0 | 2E | DD | 50 | 1E |
| Octal | 17 | 65 | 212 | 131 | 76 | 0 | 56 | 335 | 120 | 36 |
| Binary | 1111 | 110101 | 10001010 | 1011001 | 111110 | 0 | 101110 | 11011101 | 1010000 | 11110 |
Color Harmonies of #0F358A
Complementary color
Monochromatic Colors of #0F358A
Black with #0F358A
Text Example
Text Example
White with #0F358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F358A; }
p { color: rgb(15,53,138); }
H1.HeaderClassName
{
color: #0F358A;
}
.AnyTagClassName
{
color: #0F358A;
}
</style>
background-color css
<style>
a { background-color: #0F358A; }
a { background-color: rgb(15,53,138); }
div.DivClassName
{
background-color: #0F358A;
}
.BgClassName
{
background-color: #0F358A;
}
</style>
border-color css
<style>
span { border-color: #0F358A; }
span { border-color: rgb(15,53,138); }
td.TdClassName
{
border-color: #0F358A;
}
.TagClassName
{
border-color: #0F358A;
}
</style>