Shades of Ultramarine #0F0595
Tints of Ultramarine #0F0595
RGB
CMYK
RGB Variations
Color information
#0F0595 (or 0x0F0595) is known color: Ultramarine. HEX triplet: 0F, 05 and 95. RGB value is (15,5,149). Sum of RGB (Red+Green+Blue) = 15+5+149=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0595 is #F0FA6A. Grayscale: #171717. Windows color (decimal): -15792747 or 9766159. OLE color: 9766159.
HSL color Cylindrical-coordinate representation of color #0F0595: hue angle of 244.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0595 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 5 | 149 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.42 |
| HSL | 244.17º | 0.94% | 0.3% | - |
| HSV(B) | 244.17º | 0.97% | 0.58% | - |
| XYZ | 5.68 | 2.38 | 28.59 | - |
| YUV | 24.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 149 | 0.90 | 0.97 | 0 | 0.42 | 244.17 | 0.94 | 0.3 |
| Hex | F | 5 | 95 | 5A | 61 | 0 | 2A | F4 | 5E | 1E |
| Octal | 17 | 5 | 225 | 132 | 141 | 0 | 52 | 364 | 136 | 36 |
| Binary | 1111 | 101 | 10010101 | 1011010 | 1100001 | 0 | 101010 | 11110100 | 1011110 | 11110 |
Color Harmonies of #0F0595
Complementary color
Monochromatic Colors of #0F0595
Black with #0F0595
Text Example
Text Example
White with #0F0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0595; }
p { color: rgb(15,5,149); }
H1.HeaderClassName
{
color: #0F0595;
}
.AnyTagClassName
{
color: #0F0595;
}
</style>
background-color css
<style>
a { background-color: #0F0595; }
a { background-color: rgb(15,5,149); }
div.DivClassName
{
background-color: #0F0595;
}
.BgClassName
{
background-color: #0F0595;
}
</style>
border-color css
<style>
span { border-color: #0F0595; }
span { border-color: rgb(15,5,149); }
td.TdClassName
{
border-color: #0F0595;
}
.TagClassName
{
border-color: #0F0595;
}
</style>