Shades of Ultramarine #0F059D
Tints of Ultramarine #0F059D
RGB
CMYK
RGB Variations
Color information
#0F059D (or 0x0F059D) is known color: Ultramarine. HEX triplet: 0F, 05 and 9D. RGB value is (15,5,157). Sum of RGB (Red+Green+Blue) = 15+5+157=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 157 (61.72% from 255 or 88.70% from 177); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F059D is #F0FA62. Grayscale: #181818. Windows color (decimal): -15792739 or 10290447. OLE color: 10290447.
HSL color Cylindrical-coordinate representation of color #0F059D: hue angle of 243.95º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F059D is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 5 | 157 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.38 |
| HSL | 243.95º | 0.94% | 0.32% | - |
| HSV(B) | 243.95º | 0.97% | 0.62% | - |
| XYZ | 6.34 | 2.64 | 32.07 | - |
| YUV | 25.32 | 202.31 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 157 | 0.90 | 0.97 | 0 | 0.38 | 243.95 | 0.94 | 0.32 |
| Hex | F | 5 | 9D | 5A | 61 | 0 | 26 | F4 | 5E | 20 |
| Octal | 17 | 5 | 235 | 132 | 141 | 0 | 46 | 364 | 136 | 40 |
| Binary | 1111 | 101 | 10011101 | 1011010 | 1100001 | 0 | 100110 | 11110100 | 1011110 | 100000 |
Color Harmonies of #0F059D
Complementary color
Monochromatic Colors of #0F059D
Black with #0F059D
Text Example
Text Example
White with #0F059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F059D; }
p { color: rgb(15,5,157); }
H1.HeaderClassName
{
color: #0F059D;
}
.AnyTagClassName
{
color: #0F059D;
}
</style>
background-color css
<style>
a { background-color: #0F059D; }
a { background-color: rgb(15,5,157); }
div.DivClassName
{
background-color: #0F059D;
}
.BgClassName
{
background-color: #0F059D;
}
</style>
border-color css
<style>
span { border-color: #0F059D; }
span { border-color: rgb(15,5,157); }
td.TdClassName
{
border-color: #0F059D;
}
.TagClassName
{
border-color: #0F059D;
}
</style>