Shades of Ultramarine #0F1987
Tints of Ultramarine #0F1987
RGB
CMYK
RGB Variations
Color information
#0F1987 (or 0x0F1987) is known color: Ultramarine. HEX triplet: 0F, 19 and 87. RGB value is (15,25,135). Sum of RGB (Red+Green+Blue) = 15+25+135=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F1987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1987 is #F0E678. Grayscale: #222222. Windows color (decimal): -15787641 or 8853775. OLE color: 8853775.
HSL color Cylindrical-coordinate representation of color #0F1987: hue angle of 235º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1987 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 25 | 135 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.47 |
| HSL | 235º | 0.8% | 0.29% | - |
| HSV(B) | 235º | 0.89% | 0.53% | - |
| XYZ | 4.92 | 2.55 | 23.15 | - |
| YUV | 34.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 135 | 0.89 | 0.81 | 0 | 0.47 | 235 | 0.8 | 0.29 |
| Hex | F | 19 | 87 | 59 | 51 | 0 | 2F | EB | 50 | 1D |
| Octal | 17 | 31 | 207 | 131 | 121 | 0 | 57 | 353 | 120 | 35 |
| Binary | 1111 | 11001 | 10000111 | 1011001 | 1010001 | 0 | 101111 | 11101011 | 1010000 | 11101 |
Color Harmonies of #0F1987
Complementary color
Monochromatic Colors of #0F1987
Black with #0F1987
Text Example
Text Example
White with #0F1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1987; }
p { color: rgb(15,25,135); }
H1.HeaderClassName
{
color: #0F1987;
}
.AnyTagClassName
{
color: #0F1987;
}
</style>
background-color css
<style>
a { background-color: #0F1987; }
a { background-color: rgb(15,25,135); }
div.DivClassName
{
background-color: #0F1987;
}
.BgClassName
{
background-color: #0F1987;
}
</style>
border-color css
<style>
span { border-color: #0F1987; }
span { border-color: rgb(15,25,135); }
td.TdClassName
{
border-color: #0F1987;
}
.TagClassName
{
border-color: #0F1987;
}
</style>