Shades of Ultramarine #0F1096
Tints of Ultramarine #0F1096
RGB
CMYK
RGB Variations
Color information
#0F1096 (or 0x0F1096) is known color: Ultramarine. HEX triplet: 0F, 10 and 96. RGB value is (15,16,150). Sum of RGB (Red+Green+Blue) = 15+16+150=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F1096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1096 is #F0EF69. Grayscale: #1E1E1E. Windows color (decimal): -15789930 or 9834511. OLE color: 9834511.
HSL color Cylindrical-coordinate representation of color #0F1096: hue angle of 239.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1096 is Cyan = 0.9, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 16 | 150 | - |
| CMYK | 0.9 | 0.89 | 0 | 0.41 |
| HSL | 239.56º | 0.82% | 0.32% | - |
| HSV(B) | 239.56º | 0.9% | 0.59% | - |
| XYZ | 5.89 | 2.67 | 29.06 | - |
| YUV | 30.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 150 | 0.9 | 0.89 | 0 | 0.41 | 239.56 | 0.82 | 0.32 |
| Hex | F | 10 | 96 | 5A | 59 | 0 | 29 | F0 | 52 | 20 |
| Octal | 17 | 20 | 226 | 132 | 131 | 0 | 51 | 360 | 122 | 40 |
| Binary | 1111 | 10000 | 10010110 | 1011010 | 1011001 | 0 | 101001 | 11110000 | 1010010 | 100000 |
Color Harmonies of #0F1096
Complementary color
Monochromatic Colors of #0F1096
Black with #0F1096
Text Example
Text Example
White with #0F1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1096; }
p { color: rgb(15,16,150); }
H1.HeaderClassName
{
color: #0F1096;
}
.AnyTagClassName
{
color: #0F1096;
}
</style>
background-color css
<style>
a { background-color: #0F1096; }
a { background-color: rgb(15,16,150); }
div.DivClassName
{
background-color: #0F1096;
}
.BgClassName
{
background-color: #0F1096;
}
</style>
border-color css
<style>
span { border-color: #0F1096; }
span { border-color: rgb(15,16,150); }
td.TdClassName
{
border-color: #0F1096;
}
.TagClassName
{
border-color: #0F1096;
}
</style>