Shades of Ultramarine #0F0897
Tints of Ultramarine #0F0897
RGB
CMYK
RGB Variations
Color information
#0F0897 (or 0x0F0897) is known color: Ultramarine. HEX triplet: 0F, 08 and 97. RGB value is (15,8,151). Sum of RGB (Red+Green+Blue) = 15+8+151=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 151 (59.38% from 255 or 86.78% from 174); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F0897 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0897 is #F0F768. Grayscale: #191919. Windows color (decimal): -15791977 or 9897999. OLE color: 9897999.
HSL color Cylindrical-coordinate representation of color #0F0897: hue angle of 242.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0897 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 8 | 151 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.41 |
| HSL | 242.94º | 0.9% | 0.31% | - |
| HSV(B) | 242.94º | 0.95% | 0.59% | - |
| XYZ | 5.87 | 2.51 | 29.45 | - |
| YUV | 26.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 151 | 0.90 | 0.95 | 0 | 0.41 | 242.94 | 0.9 | 0.31 |
| Hex | F | 8 | 97 | 5A | 5F | 0 | 29 | F3 | 5A | 1F |
| Octal | 17 | 10 | 227 | 132 | 137 | 0 | 51 | 363 | 132 | 37 |
| Binary | 1111 | 1000 | 10010111 | 1011010 | 1011111 | 0 | 101001 | 11110011 | 1011010 | 11111 |
Color Harmonies of #0F0897
Complementary color
Monochromatic Colors of #0F0897
Black with #0F0897
Text Example
Text Example
White with #0F0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0897; }
p { color: rgb(15,8,151); }
H1.HeaderClassName
{
color: #0F0897;
}
.AnyTagClassName
{
color: #0F0897;
}
</style>
background-color css
<style>
a { background-color: #0F0897; }
a { background-color: rgb(15,8,151); }
div.DivClassName
{
background-color: #0F0897;
}
.BgClassName
{
background-color: #0F0897;
}
</style>
border-color css
<style>
span { border-color: #0F0897; }
span { border-color: rgb(15,8,151); }
td.TdClassName
{
border-color: #0F0897;
}
.TagClassName
{
border-color: #0F0897;
}
</style>