Shades of Ultramarine #0F0197
Tints of Ultramarine #0F0197
RGB
CMYK
RGB Variations
Color information
#0F0197 (or 0x0F0197) is known color: Ultramarine. HEX triplet: 0F, 01 and 97. RGB value is (15,1,151). Sum of RGB (Red+Green+Blue) = 15+1+151=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 151 (59.38% from 255 or 90.42% from 167); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F0197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0197 is #F0FE68. Grayscale: #151515. Windows color (decimal): -15793769 or 9896207. OLE color: 9896207.
HSL color Cylindrical-coordinate representation of color #0F0197: hue angle of 245.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0197 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 1 | 151 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.41 |
| HSL | 245.6º | 0.99% | 0.3% | - |
| HSV(B) | 245.6º | 0.99% | 0.59% | - |
| XYZ | 5.79 | 2.36 | 29.43 | - |
| YUV | 22.29 | 200.64 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 151 | 0.90 | 0.99 | 0 | 0.41 | 245.6 | 0.99 | 0.3 |
| Hex | F | 1 | 97 | 5A | 63 | 0 | 29 | F6 | 63 | 1E |
| Octal | 17 | 1 | 227 | 132 | 143 | 0 | 51 | 366 | 143 | 36 |
| Binary | 1111 | 1 | 10010111 | 1011010 | 1100011 | 0 | 101001 | 11110110 | 1100011 | 11110 |
Color Harmonies of #0F0197
Complementary color
Monochromatic Colors of #0F0197
Black with #0F0197
Text Example
Text Example
White with #0F0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0197; }
p { color: rgb(15,1,151); }
H1.HeaderClassName
{
color: #0F0197;
}
.AnyTagClassName
{
color: #0F0197;
}
</style>
background-color css
<style>
a { background-color: #0F0197; }
a { background-color: rgb(15,1,151); }
div.DivClassName
{
background-color: #0F0197;
}
.BgClassName
{
background-color: #0F0197;
}
</style>
border-color css
<style>
span { border-color: #0F0197; }
span { border-color: rgb(15,1,151); }
td.TdClassName
{
border-color: #0F0197;
}
.TagClassName
{
border-color: #0F0197;
}
</style>