Shades of Ultramarine #0F0A89
Tints of Ultramarine #0F0A89
RGB
CMYK
RGB Variations
Color information
#0F0A89 (or 0x0F0A89) is known color: Ultramarine. HEX triplet: 0F, 0A and 89. RGB value is (15,10,137). Sum of RGB (Red+Green+Blue) = 15+10+137=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F0A89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0A89 is #F0F576. Grayscale: #191919. Windows color (decimal): -15791479 or 8981007. OLE color: 8981007.
HSL color Cylindrical-coordinate representation of color #0F0A89: hue angle of 242.36º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0A89 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 10 | 137 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.46 |
| HSL | 242.36º | 0.86% | 0.29% | - |
| HSV(B) | 242.36º | 0.93% | 0.54% | - |
| XYZ | 4.82 | 2.12 | 23.82 | - |
| YUV | 25.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 137 | 0.89 | 0.93 | 0 | 0.46 | 242.36 | 0.86 | 0.29 |
| Hex | F | A | 89 | 59 | 5D | 0 | 2E | F2 | 56 | 1D |
| Octal | 17 | 12 | 211 | 131 | 135 | 0 | 56 | 362 | 126 | 35 |
| Binary | 1111 | 1010 | 10001001 | 1011001 | 1011101 | 0 | 101110 | 11110010 | 1010110 | 11101 |
Color Harmonies of #0F0A89
Complementary color
Monochromatic Colors of #0F0A89
Black with #0F0A89
Text Example
Text Example
White with #0F0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A89; }
p { color: rgb(15,10,137); }
H1.HeaderClassName
{
color: #0F0A89;
}
.AnyTagClassName
{
color: #0F0A89;
}
</style>
background-color css
<style>
a { background-color: #0F0A89; }
a { background-color: rgb(15,10,137); }
div.DivClassName
{
background-color: #0F0A89;
}
.BgClassName
{
background-color: #0F0A89;
}
</style>
border-color css
<style>
span { border-color: #0F0A89; }
span { border-color: rgb(15,10,137); }
td.TdClassName
{
border-color: #0F0A89;
}
.TagClassName
{
border-color: #0F0A89;
}
</style>