Shades of Ultramarine #0F078E
Tints of Ultramarine #0F078E
RGB
CMYK
RGB Variations
Color information
#0F078E (or 0x0F078E) is known color: Ultramarine. HEX triplet: 0F, 07 and 8E. RGB value is (15,7,142). Sum of RGB (Red+Green+Blue) = 15+7+142=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 142 (55.86% from 255 or 86.59% from 164); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078E is #F0F871. Grayscale: #181818. Windows color (decimal): -15792242 or 9307919. OLE color: 9307919.
HSL color Cylindrical-coordinate representation of color #0F078E: hue angle of 243.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F078E is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 7 | 142 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.44 |
| HSL | 243.56º | 0.91% | 0.29% | - |
| HSV(B) | 243.56º | 0.95% | 0.56% | - |
| XYZ | 5.16 | 2.21 | 25.75 | - |
| YUV | 24.78 | 194.15 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 142 | 0.89 | 0.95 | 0 | 0.44 | 243.56 | 0.91 | 0.29 |
| Hex | F | 7 | 8E | 59 | 5F | 0 | 2C | F4 | 5B | 1D |
| Octal | 17 | 7 | 216 | 131 | 137 | 0 | 54 | 364 | 133 | 35 |
| Binary | 1111 | 111 | 10001110 | 1011001 | 1011111 | 0 | 101100 | 11110100 | 1011011 | 11101 |
Color Harmonies of #0F078E
Complementary color
Monochromatic Colors of #0F078E
Black with #0F078E
Text Example
Text Example
White with #0F078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F078E; }
p { color: rgb(15,7,142); }
H1.HeaderClassName
{
color: #0F078E;
}
.AnyTagClassName
{
color: #0F078E;
}
</style>
background-color css
<style>
a { background-color: #0F078E; }
a { background-color: rgb(15,7,142); }
div.DivClassName
{
background-color: #0F078E;
}
.BgClassName
{
background-color: #0F078E;
}
</style>
border-color css
<style>
span { border-color: #0F078E; }
span { border-color: rgb(15,7,142); }
td.TdClassName
{
border-color: #0F078E;
}
.TagClassName
{
border-color: #0F078E;
}
</style>