Shades of Ultramarine #0F1991
Tints of Ultramarine #0F1991
RGB
CMYK
RGB Variations
Color information
#0F1991 (or 0x0F1991) is known color: Ultramarine. HEX triplet: 0F, 19 and 91. RGB value is (15,25,145). Sum of RGB (Red+Green+Blue) = 15+25+145=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F1991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1991 is #F0E66E. Grayscale: #232323. Windows color (decimal): -15787631 or 9509135. OLE color: 9509135.
HSL color Cylindrical-coordinate representation of color #0F1991: hue angle of 235.38º 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 #0F1991 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 25 | 145 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.43 |
| HSL | 235.38º | 0.81% | 0.31% | - |
| HSV(B) | 235.38º | 0.9% | 0.57% | - |
| XYZ | 5.66 | 2.84 | 27.04 | - |
| YUV | 35.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 145 | 0.90 | 0.83 | 0 | 0.43 | 235.38 | 0.81 | 0.31 |
| Hex | F | 19 | 91 | 5A | 53 | 0 | 2B | EB | 51 | 1F |
| Octal | 17 | 31 | 221 | 132 | 123 | 0 | 53 | 353 | 121 | 37 |
| Binary | 1111 | 11001 | 10010001 | 1011010 | 1010011 | 0 | 101011 | 11101011 | 1010001 | 11111 |
Color Harmonies of #0F1991
Complementary color
Monochromatic Colors of #0F1991
Black with #0F1991
Text Example
Text Example
White with #0F1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1991; }
p { color: rgb(15,25,145); }
H1.HeaderClassName
{
color: #0F1991;
}
.AnyTagClassName
{
color: #0F1991;
}
</style>
background-color css
<style>
a { background-color: #0F1991; }
a { background-color: rgb(15,25,145); }
div.DivClassName
{
background-color: #0F1991;
}
.BgClassName
{
background-color: #0F1991;
}
</style>
border-color css
<style>
span { border-color: #0F1991; }
span { border-color: rgb(15,25,145); }
td.TdClassName
{
border-color: #0F1991;
}
.TagClassName
{
border-color: #0F1991;
}
</style>