Shades of Ultramarine #0F0480
Tints of Ultramarine #0F0480
RGB
CMYK
RGB Variations
Color information
#0F0480 (or 0x0F0480) is known color: Ultramarine. HEX triplet: 0F, 04 and 80. RGB value is (15,4,128). Sum of RGB (Red+Green+Blue) = 15+4+128=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F0480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0480 is #F0FB7F. Grayscale: #141414. Windows color (decimal): -15793024 or 8389647. OLE color: 8389647.
HSL color Cylindrical-coordinate representation of color #0F0480: hue angle of 245.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0480 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 4 | 128 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.50 |
| HSL | 245.32º | 0.94% | 0.26% | - |
| HSV(B) | 245.32º | 0.97% | 0.5% | - |
| XYZ | 4.14 | 1.75 | 20.54 | - |
| YUV | 21.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 128 | 0.88 | 0.97 | 0 | 0.50 | 245.32 | 0.94 | 0.26 |
| Hex | F | 4 | 80 | 58 | 61 | 0 | 32 | F5 | 5E | 1A |
| Octal | 17 | 4 | 200 | 130 | 141 | 0 | 62 | 365 | 136 | 32 |
| Binary | 1111 | 100 | 10000000 | 1011000 | 1100001 | 0 | 110010 | 11110101 | 1011110 | 11010 |
Color Harmonies of #0F0480
Complementary color
Monochromatic Colors of #0F0480
Black with #0F0480
Text Example
Text Example
White with #0F0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0480; }
p { color: rgb(15,4,128); }
H1.HeaderClassName
{
color: #0F0480;
}
.AnyTagClassName
{
color: #0F0480;
}
</style>
background-color css
<style>
a { background-color: #0F0480; }
a { background-color: rgb(15,4,128); }
div.DivClassName
{
background-color: #0F0480;
}
.BgClassName
{
background-color: #0F0480;
}
</style>
border-color css
<style>
span { border-color: #0F0480; }
span { border-color: rgb(15,4,128); }
td.TdClassName
{
border-color: #0F0480;
}
.TagClassName
{
border-color: #0F0480;
}
</style>