Shades of Ultramarine #0F098E
Tints of Ultramarine #0F098E
RGB
CMYK
RGB Variations
Color information
#0F098E (or 0x0F098E) is known color: Ultramarine. HEX triplet: 0F, 09 and 8E. RGB value is (15,9,142). Sum of RGB (Red+Green+Blue) = 15+9+142=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F098E is #F0F671. Grayscale: #191919. Windows color (decimal): -15791730 or 9308431. OLE color: 9308431.
HSL color Cylindrical-coordinate representation of color #0F098E: hue angle of 242.71º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F098E is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 9 | 142 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.44 |
| HSL | 242.71º | 0.88% | 0.3% | - |
| HSV(B) | 242.71º | 0.94% | 0.56% | - |
| XYZ | 5.18 | 2.25 | 25.75 | - |
| YUV | 25.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 142 | 0.89 | 0.94 | 0 | 0.44 | 242.71 | 0.88 | 0.3 |
| Hex | F | 9 | 8E | 59 | 5E | 0 | 2C | F3 | 58 | 1E |
| Octal | 17 | 11 | 216 | 131 | 136 | 0 | 54 | 363 | 130 | 36 |
| Binary | 1111 | 1001 | 10001110 | 1011001 | 1011110 | 0 | 101100 | 11110011 | 1011000 | 11110 |
Color Harmonies of #0F098E
Complementary color
Monochromatic Colors of #0F098E
Black with #0F098E
Text Example
Text Example
White with #0F098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F098E; }
p { color: rgb(15,9,142); }
H1.HeaderClassName
{
color: #0F098E;
}
.AnyTagClassName
{
color: #0F098E;
}
</style>
background-color css
<style>
a { background-color: #0F098E; }
a { background-color: rgb(15,9,142); }
div.DivClassName
{
background-color: #0F098E;
}
.BgClassName
{
background-color: #0F098E;
}
</style>
border-color css
<style>
span { border-color: #0F098E; }
span { border-color: rgb(15,9,142); }
td.TdClassName
{
border-color: #0F098E;
}
.TagClassName
{
border-color: #0F098E;
}
</style>