Shades of Ultramarine #0F0D89
Tints of Ultramarine #0F0D89
RGB
CMYK
RGB Variations
Color information
#0F0D89 (or 0x0F0D89) is known color: Ultramarine. HEX triplet: 0F, 0D and 89. RGB value is (15,13,137). Sum of RGB (Red+Green+Blue) = 15+13+137=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0D89 is #F0F276. Grayscale: #1B1B1B. Windows color (decimal): -15790711 or 8981775. OLE color: 8981775.
HSL color Cylindrical-coordinate representation of color #0F0D89: hue angle of 240.97º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0D89 is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 13 | 137 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.46 |
| HSL | 240.97º | 0.83% | 0.29% | - |
| HSV(B) | 240.97º | 0.91% | 0.54% | - |
| XYZ | 4.86 | 2.2 | 23.83 | - |
| YUV | 27.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 137 | 0.89 | 0.91 | 0 | 0.46 | 240.97 | 0.83 | 0.29 |
| Hex | F | D | 89 | 59 | 5B | 0 | 2E | F1 | 53 | 1D |
| Octal | 17 | 15 | 211 | 131 | 133 | 0 | 56 | 361 | 123 | 35 |
| Binary | 1111 | 1101 | 10001001 | 1011001 | 1011011 | 0 | 101110 | 11110001 | 1010011 | 11101 |
Color Harmonies of #0F0D89
Complementary color
Monochromatic Colors of #0F0D89
Black with #0F0D89
Text Example
Text Example
White with #0F0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D89; }
p { color: rgb(15,13,137); }
H1.HeaderClassName
{
color: #0F0D89;
}
.AnyTagClassName
{
color: #0F0D89;
}
</style>
background-color css
<style>
a { background-color: #0F0D89; }
a { background-color: rgb(15,13,137); }
div.DivClassName
{
background-color: #0F0D89;
}
.BgClassName
{
background-color: #0F0D89;
}
</style>
border-color css
<style>
span { border-color: #0F0D89; }
span { border-color: rgb(15,13,137); }
td.TdClassName
{
border-color: #0F0D89;
}
.TagClassName
{
border-color: #0F0D89;
}
</style>