Shades of Ultramarine #0F0584
Tints of Ultramarine #0F0584
RGB
CMYK
RGB Variations
Color information
#0F0584 (or 0x0F0584) is known color: Ultramarine. HEX triplet: 0F, 05 and 84. RGB value is (15,5,132). Sum of RGB (Red+Green+Blue) = 15+5+132=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F0584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0584 is #F0FA7B. Grayscale: #151515. Windows color (decimal): -15792764 or 8652047. OLE color: 8652047.
HSL color Cylindrical-coordinate representation of color #0F0584: hue angle of 244.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0584 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 5 | 132 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.48 |
| HSL | 244.72º | 0.93% | 0.27% | - |
| HSV(B) | 244.72º | 0.96% | 0.52% | - |
| XYZ | 4.42 | 1.88 | 21.96 | - |
| YUV | 22.47 | 189.81 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 132 | 0.89 | 0.96 | 0 | 0.48 | 244.72 | 0.93 | 0.27 |
| Hex | F | 5 | 84 | 59 | 60 | 0 | 30 | F5 | 5D | 1B |
| Octal | 17 | 5 | 204 | 131 | 140 | 0 | 60 | 365 | 135 | 33 |
| Binary | 1111 | 101 | 10000100 | 1011001 | 1100000 | 0 | 110000 | 11110101 | 1011101 | 11011 |
Color Harmonies of #0F0584
Complementary color
Monochromatic Colors of #0F0584
Black with #0F0584
Text Example
Text Example
White with #0F0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0584; }
p { color: rgb(15,5,132); }
H1.HeaderClassName
{
color: #0F0584;
}
.AnyTagClassName
{
color: #0F0584;
}
</style>
background-color css
<style>
a { background-color: #0F0584; }
a { background-color: rgb(15,5,132); }
div.DivClassName
{
background-color: #0F0584;
}
.BgClassName
{
background-color: #0F0584;
}
</style>
border-color css
<style>
span { border-color: #0F0584; }
span { border-color: rgb(15,5,132); }
td.TdClassName
{
border-color: #0F0584;
}
.TagClassName
{
border-color: #0F0584;
}
</style>