Shades of Ultramarine #0F0794
Tints of Ultramarine #0F0794
RGB
CMYK
RGB Variations
Color information
#0F0794 (or 0x0F0794) is known color: Ultramarine. HEX triplet: 0F, 07 and 94. RGB value is (15,7,148). Sum of RGB (Red+Green+Blue) = 15+7+148=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F0794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0794 is #F0F86B. Grayscale: #181818. Windows color (decimal): -15792236 or 9701135. OLE color: 9701135.
HSL color Cylindrical-coordinate representation of color #0F0794: hue angle of 243.4º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0794 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 7 | 148 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.42 |
| HSL | 243.4º | 0.91% | 0.3% | - |
| HSV(B) | 243.4º | 0.95% | 0.58% | - |
| XYZ | 5.62 | 2.39 | 28.18 | - |
| YUV | 25.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 148 | 0.90 | 0.95 | 0 | 0.42 | 243.4 | 0.91 | 0.3 |
| Hex | F | 7 | 94 | 5A | 5F | 0 | 2A | F3 | 5B | 1E |
| Octal | 17 | 7 | 224 | 132 | 137 | 0 | 52 | 363 | 133 | 36 |
| Binary | 1111 | 111 | 10010100 | 1011010 | 1011111 | 0 | 101010 | 11110011 | 1011011 | 11110 |
Color Harmonies of #0F0794
Complementary color
Monochromatic Colors of #0F0794
Black with #0F0794
Text Example
Text Example
White with #0F0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0794; }
p { color: rgb(15,7,148); }
H1.HeaderClassName
{
color: #0F0794;
}
.AnyTagClassName
{
color: #0F0794;
}
</style>
background-color css
<style>
a { background-color: #0F0794; }
a { background-color: rgb(15,7,148); }
div.DivClassName
{
background-color: #0F0794;
}
.BgClassName
{
background-color: #0F0794;
}
</style>
border-color css
<style>
span { border-color: #0F0794; }
span { border-color: rgb(15,7,148); }
td.TdClassName
{
border-color: #0F0794;
}
.TagClassName
{
border-color: #0F0794;
}
</style>