Shades of Ultramarine #0F078A
Tints of Ultramarine #0F078A
RGB
CMYK
RGB Variations
Color information
#0F078A (or 0x0F078A) is known color: Ultramarine. HEX triplet: 0F, 07 and 8A. RGB value is (15,7,138). Sum of RGB (Red+Green+Blue) = 15+7+138=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078A is #F0F875. Grayscale: #171717. Windows color (decimal): -15792246 or 9045775. OLE color: 9045775.
HSL color Cylindrical-coordinate representation of color #0F078A: hue angle of 243.66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F078A is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 7 | 138 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.46 |
| HSL | 243.66º | 0.9% | 0.28% | - |
| HSV(B) | 243.66º | 0.95% | 0.54% | - |
| XYZ | 4.86 | 2.09 | 24.19 | - |
| YUV | 24.33 | 192.15 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 138 | 0.89 | 0.95 | 0 | 0.46 | 243.66 | 0.9 | 0.28 |
| Hex | F | 7 | 8A | 59 | 5F | 0 | 2E | F4 | 5A | 1C |
| Octal | 17 | 7 | 212 | 131 | 137 | 0 | 56 | 364 | 132 | 34 |
| Binary | 1111 | 111 | 10001010 | 1011001 | 1011111 | 0 | 101110 | 11110100 | 1011010 | 11100 |
Color Harmonies of #0F078A
Complementary color
Monochromatic Colors of #0F078A
Black with #0F078A
Text Example
Text Example
White with #0F078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F078A; }
p { color: rgb(15,7,138); }
H1.HeaderClassName
{
color: #0F078A;
}
.AnyTagClassName
{
color: #0F078A;
}
</style>
background-color css
<style>
a { background-color: #0F078A; }
a { background-color: rgb(15,7,138); }
div.DivClassName
{
background-color: #0F078A;
}
.BgClassName
{
background-color: #0F078A;
}
</style>
border-color css
<style>
span { border-color: #0F078A; }
span { border-color: rgb(15,7,138); }
td.TdClassName
{
border-color: #0F078A;
}
.TagClassName
{
border-color: #0F078A;
}
</style>