Shades of Ultramarine #0F119A
Tints of Ultramarine #0F119A
RGB
CMYK
RGB Variations
Color information
#0F119A (or 0x0F119A) is known color: Ultramarine. HEX triplet: 0F, 11 and 9A. RGB value is (15,17,154). Sum of RGB (Red+Green+Blue) = 15+17+154=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F119A is #F0EE65. Grayscale: #1F1F1F. Windows color (decimal): -15789670 or 10096911. OLE color: 10096911.
HSL color Cylindrical-coordinate representation of color #0F119A: hue angle of 239.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F119A is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 17 | 154 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.40 |
| HSL | 239.14º | 0.82% | 0.33% | - |
| HSV(B) | 239.14º | 0.9% | 0.6% | - |
| XYZ | 6.23 | 2.84 | 30.79 | - |
| YUV | 32.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 154 | 0.90 | 0.89 | 0 | 0.40 | 239.14 | 0.82 | 0.33 |
| Hex | F | 11 | 9A | 5A | 59 | 0 | 28 | EF | 52 | 21 |
| Octal | 17 | 21 | 232 | 132 | 131 | 0 | 50 | 357 | 122 | 41 |
| Binary | 1111 | 10001 | 10011010 | 1011010 | 1011001 | 0 | 101000 | 11101111 | 1010010 | 100001 |
Color Harmonies of #0F119A
Complementary color
Monochromatic Colors of #0F119A
Black with #0F119A
Text Example
Text Example
White with #0F119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F119A; }
p { color: rgb(15,17,154); }
H1.HeaderClassName
{
color: #0F119A;
}
.AnyTagClassName
{
color: #0F119A;
}
</style>
background-color css
<style>
a { background-color: #0F119A; }
a { background-color: rgb(15,17,154); }
div.DivClassName
{
background-color: #0F119A;
}
.BgClassName
{
background-color: #0F119A;
}
</style>
border-color css
<style>
span { border-color: #0F119A; }
span { border-color: rgb(15,17,154); }
td.TdClassName
{
border-color: #0F119A;
}
.TagClassName
{
border-color: #0F119A;
}
</style>