Shades of Ultramarine #0F058D
Tints of Ultramarine #0F058D
RGB
CMYK
RGB Variations
Color information
#0F058D (or 0x0F058D) is known color: Ultramarine. HEX triplet: 0F, 05 and 8D. RGB value is (15,5,141). Sum of RGB (Red+Green+Blue) = 15+5+141=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 141 (55.47% from 255 or 87.58% from 161); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F058D is #F0FA72. Grayscale: #161616. Windows color (decimal): -15792755 or 9241871. OLE color: 9241871.
HSL color Cylindrical-coordinate representation of color #0F058D: hue angle of 244.41º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F058D is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 5 | 141 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.45 |
| HSL | 244.41º | 0.93% | 0.29% | - |
| HSV(B) | 244.41º | 0.96% | 0.55% | - |
| XYZ | 5.06 | 2.13 | 25.34 | - |
| YUV | 23.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 141 | 0.89 | 0.96 | 0 | 0.45 | 244.41 | 0.93 | 0.29 |
| Hex | F | 5 | 8D | 59 | 60 | 0 | 2D | F4 | 5D | 1D |
| Octal | 17 | 5 | 215 | 131 | 140 | 0 | 55 | 364 | 135 | 35 |
| Binary | 1111 | 101 | 10001101 | 1011001 | 1100000 | 0 | 101101 | 11110100 | 1011101 | 11101 |
Color Harmonies of #0F058D
Complementary color
Monochromatic Colors of #0F058D
Black with #0F058D
Text Example
Text Example
White with #0F058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F058D; }
p { color: rgb(15,5,141); }
H1.HeaderClassName
{
color: #0F058D;
}
.AnyTagClassName
{
color: #0F058D;
}
</style>
background-color css
<style>
a { background-color: #0F058D; }
a { background-color: rgb(15,5,141); }
div.DivClassName
{
background-color: #0F058D;
}
.BgClassName
{
background-color: #0F058D;
}
</style>
border-color css
<style>
span { border-color: #0F058D; }
span { border-color: rgb(15,5,141); }
td.TdClassName
{
border-color: #0F058D;
}
.TagClassName
{
border-color: #0F058D;
}
</style>