Shades of Ultramarine #0F118A
Tints of Ultramarine #0F118A
RGB
CMYK
RGB Variations
Color information
#0F118A (or 0x0F118A) is known color: Ultramarine. HEX triplet: 0F, 11 and 8A. RGB value is (15,17,138). Sum of RGB (Red+Green+Blue) = 15+17+138=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F118A is #F0EE75. Grayscale: #1D1D1D. Windows color (decimal): -15789686 or 9048335. OLE color: 9048335.
HSL color Cylindrical-coordinate representation of color #0F118A: hue angle of 239.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F118A is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 17 | 138 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.46 |
| HSL | 239.02º | 0.8% | 0.3% | - |
| HSV(B) | 239.02º | 0.89% | 0.54% | - |
| XYZ | 4.98 | 2.34 | 24.23 | - |
| YUV | 30.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 138 | 0.89 | 0.88 | 0 | 0.46 | 239.02 | 0.8 | 0.3 |
| Hex | F | 11 | 8A | 59 | 58 | 0 | 2E | EF | 50 | 1E |
| Octal | 17 | 21 | 212 | 131 | 130 | 0 | 56 | 357 | 120 | 36 |
| Binary | 1111 | 10001 | 10001010 | 1011001 | 1011000 | 0 | 101110 | 11101111 | 1010000 | 11110 |
Color Harmonies of #0F118A
Complementary color
Monochromatic Colors of #0F118A
Black with #0F118A
Text Example
Text Example
White with #0F118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F118A; }
p { color: rgb(15,17,138); }
H1.HeaderClassName
{
color: #0F118A;
}
.AnyTagClassName
{
color: #0F118A;
}
</style>
background-color css
<style>
a { background-color: #0F118A; }
a { background-color: rgb(15,17,138); }
div.DivClassName
{
background-color: #0F118A;
}
.BgClassName
{
background-color: #0F118A;
}
</style>
border-color css
<style>
span { border-color: #0F118A; }
span { border-color: rgb(15,17,138); }
td.TdClassName
{
border-color: #0F118A;
}
.TagClassName
{
border-color: #0F118A;
}
</style>