Shades of Ultramarine #0F0D96
Tints of Ultramarine #0F0D96
RGB
CMYK
RGB Variations
Color information
#0F0D96 (or 0x0F0D96) is known color: Ultramarine. HEX triplet: 0F, 0D and 96. RGB value is (15,13,150). Sum of RGB (Red+Green+Blue) = 15+13+150=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F0D96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0D96 is #F0F269. Grayscale: #1C1C1C. Windows color (decimal): -15790698 or 9833743. OLE color: 9833743.
HSL color Cylindrical-coordinate representation of color #0F0D96: hue angle of 240.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0D96 is Cyan = 0.9, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 13 | 150 | - |
| CMYK | 0.9 | 0.91 | 0 | 0.41 |
| HSL | 240.88º | 0.84% | 0.32% | - |
| HSV(B) | 240.88º | 0.91% | 0.59% | - |
| XYZ | 5.85 | 2.59 | 29.05 | - |
| YUV | 29.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 150 | 0.9 | 0.91 | 0 | 0.41 | 240.88 | 0.84 | 0.32 |
| Hex | F | D | 96 | 5A | 5B | 0 | 29 | F1 | 54 | 20 |
| Octal | 17 | 15 | 226 | 132 | 133 | 0 | 51 | 361 | 124 | 40 |
| Binary | 1111 | 1101 | 10010110 | 1011010 | 1011011 | 0 | 101001 | 11110001 | 1010100 | 100000 |
Color Harmonies of #0F0D96
Complementary color
Monochromatic Colors of #0F0D96
Black with #0F0D96
Text Example
Text Example
White with #0F0D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D96; }
p { color: rgb(15,13,150); }
H1.HeaderClassName
{
color: #0F0D96;
}
.AnyTagClassName
{
color: #0F0D96;
}
</style>
background-color css
<style>
a { background-color: #0F0D96; }
a { background-color: rgb(15,13,150); }
div.DivClassName
{
background-color: #0F0D96;
}
.BgClassName
{
background-color: #0F0D96;
}
</style>
border-color css
<style>
span { border-color: #0F0D96; }
span { border-color: rgb(15,13,150); }
td.TdClassName
{
border-color: #0F0D96;
}
.TagClassName
{
border-color: #0F0D96;
}
</style>