Shades of Ultramarine #0F1E91
Tints of Ultramarine #0F1E91
RGB
CMYK
RGB Variations
Color information
#0F1E91 (or 0x0F1E91) is known color: Ultramarine. HEX triplet: 0F, 1E and 91. RGB value is (15,30,145). Sum of RGB (Red+Green+Blue) = 15+30+145=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F1E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1E91 is #F0E16E. Grayscale: #262626. Windows color (decimal): -15786351 or 9510415. OLE color: 9510415.
HSL color Cylindrical-coordinate representation of color #0F1E91: hue angle of 233.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1E91 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 30 | 145 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.43 |
| HSL | 233.08º | 0.81% | 0.31% | - |
| HSV(B) | 233.08º | 0.9% | 0.57% | - |
| XYZ | 5.77 | 3.07 | 27.08 | - |
| YUV | 38.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 145 | 0.90 | 0.79 | 0 | 0.43 | 233.08 | 0.81 | 0.31 |
| Hex | F | 1E | 91 | 5A | 4F | 0 | 2B | E9 | 51 | 1F |
| Octal | 17 | 36 | 221 | 132 | 117 | 0 | 53 | 351 | 121 | 37 |
| Binary | 1111 | 11110 | 10010001 | 1011010 | 1001111 | 0 | 101011 | 11101001 | 1010001 | 11111 |
Color Harmonies of #0F1E91
Complementary color
Monochromatic Colors of #0F1E91
Black with #0F1E91
Text Example
Text Example
White with #0F1E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E91; }
p { color: rgb(15,30,145); }
H1.HeaderClassName
{
color: #0F1E91;
}
.AnyTagClassName
{
color: #0F1E91;
}
</style>
background-color css
<style>
a { background-color: #0F1E91; }
a { background-color: rgb(15,30,145); }
div.DivClassName
{
background-color: #0F1E91;
}
.BgClassName
{
background-color: #0F1E91;
}
</style>
border-color css
<style>
span { border-color: #0F1E91; }
span { border-color: rgb(15,30,145); }
td.TdClassName
{
border-color: #0F1E91;
}
.TagClassName
{
border-color: #0F1E91;
}
</style>