Shades of Ultramarine #0F0889
Tints of Ultramarine #0F0889
RGB
CMYK
RGB Variations
Color information
#0F0889 (or 0x0F0889) is known color: Ultramarine. HEX triplet: 0F, 08 and 89. RGB value is (15,8,137). Sum of RGB (Red+Green+Blue) = 15+8+137=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0889 is #F0F776. Grayscale: #181818. Windows color (decimal): -15791991 or 8980495. OLE color: 8980495.
HSL color Cylindrical-coordinate representation of color #0F0889: hue angle of 243.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0889 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 8 | 137 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.46 |
| HSL | 243.26º | 0.89% | 0.28% | - |
| HSV(B) | 243.26º | 0.94% | 0.54% | - |
| XYZ | 4.8 | 2.08 | 23.82 | - |
| YUV | 24.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 137 | 0.89 | 0.94 | 0 | 0.46 | 243.26 | 0.89 | 0.28 |
| Hex | F | 8 | 89 | 59 | 5E | 0 | 2E | F3 | 59 | 1C |
| Octal | 17 | 10 | 211 | 131 | 136 | 0 | 56 | 363 | 131 | 34 |
| Binary | 1111 | 1000 | 10001001 | 1011001 | 1011110 | 0 | 101110 | 11110011 | 1011001 | 11100 |
Color Harmonies of #0F0889
Complementary color
Monochromatic Colors of #0F0889
Black with #0F0889
Text Example
Text Example
White with #0F0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0889; }
p { color: rgb(15,8,137); }
H1.HeaderClassName
{
color: #0F0889;
}
.AnyTagClassName
{
color: #0F0889;
}
</style>
background-color css
<style>
a { background-color: #0F0889; }
a { background-color: rgb(15,8,137); }
div.DivClassName
{
background-color: #0F0889;
}
.BgClassName
{
background-color: #0F0889;
}
</style>
border-color css
<style>
span { border-color: #0F0889; }
span { border-color: rgb(15,8,137); }
td.TdClassName
{
border-color: #0F0889;
}
.TagClassName
{
border-color: #0F0889;
}
</style>