Shades of Ultramarine #0F1799
Tints of Ultramarine #0F1799
RGB
CMYK
RGB Variations
Color information
#0F1799 (or 0x0F1799) is known color: Ultramarine. HEX triplet: 0F, 17 and 99. RGB value is (15,23,153). Sum of RGB (Red+Green+Blue) = 15+23+153=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F1799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1799 is #F0E866. Grayscale: #222222. Windows color (decimal): -15788135 or 10032911. OLE color: 10032911.
HSL color Cylindrical-coordinate representation of color #0F1799: hue angle of 236.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1799 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 23 | 153 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.4 |
| HSL | 236.52º | 0.82% | 0.33% | - |
| HSV(B) | 236.52º | 0.9% | 0.6% | - |
| XYZ | 6.25 | 3.01 | 30.39 | - |
| YUV | 35.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 153 | 0.90 | 0.85 | 0 | 0.4 | 236.52 | 0.82 | 0.33 |
| Hex | F | 17 | 99 | 5A | 55 | 0 | 28 | ED | 52 | 21 |
| Octal | 17 | 27 | 231 | 132 | 125 | 0 | 50 | 355 | 122 | 41 |
| Binary | 1111 | 10111 | 10011001 | 1011010 | 1010101 | 0 | 101000 | 11101101 | 1010010 | 100001 |
Color Harmonies of #0F1799
Complementary color
Monochromatic Colors of #0F1799
Black with #0F1799
Text Example
Text Example
White with #0F1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1799; }
p { color: rgb(15,23,153); }
H1.HeaderClassName
{
color: #0F1799;
}
.AnyTagClassName
{
color: #0F1799;
}
</style>
background-color css
<style>
a { background-color: #0F1799; }
a { background-color: rgb(15,23,153); }
div.DivClassName
{
background-color: #0F1799;
}
.BgClassName
{
background-color: #0F1799;
}
</style>
border-color css
<style>
span { border-color: #0F1799; }
span { border-color: rgb(15,23,153); }
td.TdClassName
{
border-color: #0F1799;
}
.TagClassName
{
border-color: #0F1799;
}
</style>