Shades of Ultramarine #0F1589
Tints of Ultramarine #0F1589
RGB
CMYK
RGB Variations
Color information
#0F1589 (or 0x0F1589) is known color: Ultramarine. HEX triplet: 0F, 15 and 89. RGB value is (15,21,137). Sum of RGB (Red+Green+Blue) = 15+21+137=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F1589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1589 is #F0EA76. Grayscale: #1F1F1F. Windows color (decimal): -15788663 or 8983823. OLE color: 8983823.
HSL color Cylindrical-coordinate representation of color #0F1589: hue angle of 237.05º 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 #0F1589 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 21 | 137 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.46 |
| HSL | 237.05º | 0.8% | 0.3% | - |
| HSV(B) | 237.05º | 0.89% | 0.54% | - |
| XYZ | 4.98 | 2.44 | 23.88 | - |
| YUV | 32.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 137 | 0.89 | 0.85 | 0 | 0.46 | 237.05 | 0.8 | 0.3 |
| Hex | F | 15 | 89 | 59 | 55 | 0 | 2E | ED | 50 | 1E |
| Octal | 17 | 25 | 211 | 131 | 125 | 0 | 56 | 355 | 120 | 36 |
| Binary | 1111 | 10101 | 10001001 | 1011001 | 1010101 | 0 | 101110 | 11101101 | 1010000 | 11110 |
Color Harmonies of #0F1589
Complementary color
Monochromatic Colors of #0F1589
Black with #0F1589
Text Example
Text Example
White with #0F1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1589; }
p { color: rgb(15,21,137); }
H1.HeaderClassName
{
color: #0F1589;
}
.AnyTagClassName
{
color: #0F1589;
}
</style>
background-color css
<style>
a { background-color: #0F1589; }
a { background-color: rgb(15,21,137); }
div.DivClassName
{
background-color: #0F1589;
}
.BgClassName
{
background-color: #0F1589;
}
</style>
border-color css
<style>
span { border-color: #0F1589; }
span { border-color: rgb(15,21,137); }
td.TdClassName
{
border-color: #0F1589;
}
.TagClassName
{
border-color: #0F1589;
}
</style>