Shades of Ultramarine #0F078D
Tints of Ultramarine #0F078D
RGB
CMYK
RGB Variations
Color information
#0F078D (or 0x0F078D) is known color: Ultramarine. HEX triplet: 0F, 07 and 8D. RGB value is (15,7,141). Sum of RGB (Red+Green+Blue) = 15+7+141=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078D is #F0F872. Grayscale: #181818. Windows color (decimal): -15792243 or 9242383. OLE color: 9242383.
HSL color Cylindrical-coordinate representation of color #0F078D: hue angle of 243.58º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F078D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 7 | 141 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.45 |
| HSL | 243.58º | 0.91% | 0.29% | - |
| HSV(B) | 243.58º | 0.95% | 0.55% | - |
| XYZ | 5.08 | 2.18 | 25.35 | - |
| YUV | 24.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 141 | 0.89 | 0.95 | 0 | 0.45 | 243.58 | 0.91 | 0.29 |
| Hex | F | 7 | 8D | 59 | 5F | 0 | 2D | F4 | 5B | 1D |
| Octal | 17 | 7 | 215 | 131 | 137 | 0 | 55 | 364 | 133 | 35 |
| Binary | 1111 | 111 | 10001101 | 1011001 | 1011111 | 0 | 101101 | 11110100 | 1011011 | 11101 |
Color Harmonies of #0F078D
Complementary color
Monochromatic Colors of #0F078D
Black with #0F078D
Text Example
Text Example
White with #0F078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F078D; }
p { color: rgb(15,7,141); }
H1.HeaderClassName
{
color: #0F078D;
}
.AnyTagClassName
{
color: #0F078D;
}
</style>
background-color css
<style>
a { background-color: #0F078D; }
a { background-color: rgb(15,7,141); }
div.DivClassName
{
background-color: #0F078D;
}
.BgClassName
{
background-color: #0F078D;
}
</style>
border-color css
<style>
span { border-color: #0F078D; }
span { border-color: rgb(15,7,141); }
td.TdClassName
{
border-color: #0F078D;
}
.TagClassName
{
border-color: #0F078D;
}
</style>