Shades of Ultramarine #0F1097
Tints of Ultramarine #0F1097
RGB
CMYK
RGB Variations
Color information
#0F1097 (or 0x0F1097) is known color: Ultramarine. HEX triplet: 0F, 10 and 97. RGB value is (15,16,151). Sum of RGB (Red+Green+Blue) = 15+16+151=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 151 (59.38% from 255 or 82.97% from 182); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F1097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1097 is #F0EF68. Grayscale: #1E1E1E. Windows color (decimal): -15789929 or 9900047. OLE color: 9900047.
HSL color Cylindrical-coordinate representation of color #0F1097: hue angle of 239.56º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1097 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 16 | 151 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.41 |
| HSL | 239.56º | 0.82% | 0.33% | - |
| HSV(B) | 239.56º | 0.9% | 0.59% | - |
| XYZ | 5.97 | 2.71 | 29.49 | - |
| YUV | 31.09 | 195.67 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 151 | 0.90 | 0.89 | 0 | 0.41 | 239.56 | 0.82 | 0.33 |
| Hex | F | 10 | 97 | 5A | 59 | 0 | 29 | F0 | 52 | 21 |
| Octal | 17 | 20 | 227 | 132 | 131 | 0 | 51 | 360 | 122 | 41 |
| Binary | 1111 | 10000 | 10010111 | 1011010 | 1011001 | 0 | 101001 | 11110000 | 1010010 | 100001 |
Color Harmonies of #0F1097
Complementary color
Monochromatic Colors of #0F1097
Black with #0F1097
Text Example
Text Example
White with #0F1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1097; }
p { color: rgb(15,16,151); }
H1.HeaderClassName
{
color: #0F1097;
}
.AnyTagClassName
{
color: #0F1097;
}
</style>
background-color css
<style>
a { background-color: #0F1097; }
a { background-color: rgb(15,16,151); }
div.DivClassName
{
background-color: #0F1097;
}
.BgClassName
{
background-color: #0F1097;
}
</style>
border-color css
<style>
span { border-color: #0F1097; }
span { border-color: rgb(15,16,151); }
td.TdClassName
{
border-color: #0F1097;
}
.TagClassName
{
border-color: #0F1097;
}
</style>