Shades of Ultramarine #0F0E83
Tints of Ultramarine #0F0E83
RGB
CMYK
RGB Variations
Color information
#0F0E83 (or 0x0F0E83) is known color: Ultramarine. HEX triplet: 0F, 0E and 83. RGB value is (15,14,131). Sum of RGB (Red+Green+Blue) = 15+14+131=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 131 (51.56% from 255 or 81.88% from 160); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F0E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0E83 is #F0F17C. Grayscale: #1B1B1B. Windows color (decimal): -15790461 or 8588815. OLE color: 8588815.
HSL color Cylindrical-coordinate representation of color #0F0E83: hue angle of 240.51º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0E83 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 14 | 131 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.49 |
| HSL | 240.51º | 0.81% | 0.28% | - |
| HSV(B) | 240.51º | 0.89% | 0.51% | - |
| XYZ | 4.45 | 2.05 | 21.63 | - |
| YUV | 27.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 131 | 0.89 | 0.89 | 0 | 0.49 | 240.51 | 0.81 | 0.28 |
| Hex | F | E | 83 | 59 | 59 | 0 | 31 | F1 | 51 | 1C |
| Octal | 17 | 16 | 203 | 131 | 131 | 0 | 61 | 361 | 121 | 34 |
| Binary | 1111 | 1110 | 10000011 | 1011001 | 1011001 | 0 | 110001 | 11110001 | 1010001 | 11100 |
Color Harmonies of #0F0E83
Complementary color
Monochromatic Colors of #0F0E83
Black with #0F0E83
Text Example
Text Example
White with #0F0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E83; }
p { color: rgb(15,14,131); }
H1.HeaderClassName
{
color: #0F0E83;
}
.AnyTagClassName
{
color: #0F0E83;
}
</style>
background-color css
<style>
a { background-color: #0F0E83; }
a { background-color: rgb(15,14,131); }
div.DivClassName
{
background-color: #0F0E83;
}
.BgClassName
{
background-color: #0F0E83;
}
</style>
border-color css
<style>
span { border-color: #0F0E83; }
span { border-color: rgb(15,14,131); }
td.TdClassName
{
border-color: #0F0E83;
}
.TagClassName
{
border-color: #0F0E83;
}
</style>