Shades of Smalt #0F2688
Tints of Smalt #0F2688
RGB
CMYK
RGB Variations
Color information
#0F2688 (or 0x0F2688) is known color: Smalt. HEX triplet: 0F, 26 and 88. RGB value is (15,38,136). Sum of RGB (Red+Green+Blue) = 15+38+136=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F2688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2688 is #F0D977. Grayscale: #292929. Windows color (decimal): -15784312 or 8922639. OLE color: 8922639.
HSL color Cylindrical-coordinate representation of color #0F2688: hue angle of 228.6º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2688 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 38 | 136 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.47 |
| HSL | 228.6º | 0.8% | 0.3% | - |
| HSV(B) | 228.6º | 0.89% | 0.53% | - |
| XYZ | 5.33 | 3.27 | 23.64 | - |
| YUV | 42.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 136 | 0.89 | 0.72 | 0 | 0.47 | 228.6 | 0.8 | 0.3 |
| Hex | F | 26 | 88 | 59 | 48 | 0 | 2F | E5 | 50 | 1E |
| Octal | 17 | 46 | 210 | 131 | 110 | 0 | 57 | 345 | 120 | 36 |
| Binary | 1111 | 100110 | 10001000 | 1011001 | 1001000 | 0 | 101111 | 11100101 | 1010000 | 11110 |
Color Harmonies of #0F2688
Complementary color
Monochromatic Colors of #0F2688
Black with #0F2688
Text Example
Text Example
White with #0F2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2688; }
p { color: rgb(15,38,136); }
H1.HeaderClassName
{
color: #0F2688;
}
.AnyTagClassName
{
color: #0F2688;
}
</style>
background-color css
<style>
a { background-color: #0F2688; }
a { background-color: rgb(15,38,136); }
div.DivClassName
{
background-color: #0F2688;
}
.BgClassName
{
background-color: #0F2688;
}
</style>
border-color css
<style>
span { border-color: #0F2688; }
span { border-color: rgb(15,38,136); }
td.TdClassName
{
border-color: #0F2688;
}
.TagClassName
{
border-color: #0F2688;
}
</style>