Shades of Ultramarine #0F118D
Tints of Ultramarine #0F118D
RGB
CMYK
RGB Variations
Color information
#0F118D (or 0x0F118D) is known color: Ultramarine. HEX triplet: 0F, 11 and 8D. RGB value is (15,17,141). Sum of RGB (Red+Green+Blue) = 15+17+141=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F118D is #F0EE72. Grayscale: #1E1E1E. Windows color (decimal): -15789683 or 9244943. OLE color: 9244943.
HSL color Cylindrical-coordinate representation of color #0F118D: hue angle of 239.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F118D is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 17 | 141 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.45 |
| HSL | 239.05º | 0.81% | 0.31% | - |
| HSV(B) | 239.05º | 0.89% | 0.55% | - |
| XYZ | 5.21 | 2.43 | 25.39 | - |
| YUV | 30.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 141 | 0.89 | 0.88 | 0 | 0.45 | 239.05 | 0.81 | 0.31 |
| Hex | F | 11 | 8D | 59 | 58 | 0 | 2D | EF | 51 | 1F |
| Octal | 17 | 21 | 215 | 131 | 130 | 0 | 55 | 357 | 121 | 37 |
| Binary | 1111 | 10001 | 10001101 | 1011001 | 1011000 | 0 | 101101 | 11101111 | 1010001 | 11111 |
Color Harmonies of #0F118D
Complementary color
Monochromatic Colors of #0F118D
Black with #0F118D
Text Example
Text Example
White with #0F118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F118D; }
p { color: rgb(15,17,141); }
H1.HeaderClassName
{
color: #0F118D;
}
.AnyTagClassName
{
color: #0F118D;
}
</style>
background-color css
<style>
a { background-color: #0F118D; }
a { background-color: rgb(15,17,141); }
div.DivClassName
{
background-color: #0F118D;
}
.BgClassName
{
background-color: #0F118D;
}
</style>
border-color css
<style>
span { border-color: #0F118D; }
span { border-color: rgb(15,17,141); }
td.TdClassName
{
border-color: #0F118D;
}
.TagClassName
{
border-color: #0F118D;
}
</style>