Shades of Ultramarine #0F078F
Tints of Ultramarine #0F078F
RGB
CMYK
RGB Variations
Color information
#0F078F (or 0x0F078F) is known color: Ultramarine. HEX triplet: 0F, 07 and 8F. RGB value is (15,7,143). Sum of RGB (Red+Green+Blue) = 15+7+143=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 143 (56.25% from 255 or 86.67% from 165); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078F is #F0F870. Grayscale: #181818. Windows color (decimal): -15792241 or 9373455. OLE color: 9373455.
HSL color Cylindrical-coordinate representation of color #0F078F: hue angle of 243.53º 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 #0F078F is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 7 | 143 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.44 |
| HSL | 243.53º | 0.91% | 0.29% | - |
| HSV(B) | 243.53º | 0.95% | 0.56% | - |
| XYZ | 5.23 | 2.24 | 26.14 | - |
| YUV | 24.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 143 | 0.90 | 0.95 | 0 | 0.44 | 243.53 | 0.91 | 0.29 |
| Hex | F | 7 | 8F | 5A | 5F | 0 | 2C | F4 | 5B | 1D |
| Octal | 17 | 7 | 217 | 132 | 137 | 0 | 54 | 364 | 133 | 35 |
| Binary | 1111 | 111 | 10001111 | 1011010 | 1011111 | 0 | 101100 | 11110100 | 1011011 | 11101 |
Color Harmonies of #0F078F
Complementary color
Monochromatic Colors of #0F078F
Black with #0F078F
Text Example
Text Example
White with #0F078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F078F; }
p { color: rgb(15,7,143); }
H1.HeaderClassName
{
color: #0F078F;
}
.AnyTagClassName
{
color: #0F078F;
}
</style>
background-color css
<style>
a { background-color: #0F078F; }
a { background-color: rgb(15,7,143); }
div.DivClassName
{
background-color: #0F078F;
}
.BgClassName
{
background-color: #0F078F;
}
</style>
border-color css
<style>
span { border-color: #0F078F; }
span { border-color: rgb(15,7,143); }
td.TdClassName
{
border-color: #0F078F;
}
.TagClassName
{
border-color: #0F078F;
}
</style>