Shades of Ultramarine #0F1992
Tints of Ultramarine #0F1992
RGB
CMYK
RGB Variations
Color information
#0F1992 (or 0x0F1992) is known color: Ultramarine. HEX triplet: 0F, 19 and 92. RGB value is (15,25,146). Sum of RGB (Red+Green+Blue) = 15+25+146=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F1992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1992 is #F0E66D. Grayscale: #232323. Windows color (decimal): -15787630 or 9574671. OLE color: 9574671.
HSL color Cylindrical-coordinate representation of color #0F1992: hue angle of 235.42º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1992 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 25 | 146 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.43 |
| HSL | 235.42º | 0.81% | 0.32% | - |
| HSV(B) | 235.42º | 0.9% | 0.57% | - |
| XYZ | 5.73 | 2.87 | 27.45 | - |
| YUV | 35.8 | 190.19 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 146 | 0.90 | 0.83 | 0 | 0.43 | 235.42 | 0.81 | 0.32 |
| Hex | F | 19 | 92 | 5A | 53 | 0 | 2B | EB | 51 | 20 |
| Octal | 17 | 31 | 222 | 132 | 123 | 0 | 53 | 353 | 121 | 40 |
| Binary | 1111 | 11001 | 10010010 | 1011010 | 1010011 | 0 | 101011 | 11101011 | 1010001 | 100000 |
Color Harmonies of #0F1992
Complementary color
Monochromatic Colors of #0F1992
Black with #0F1992
Text Example
Text Example
White with #0F1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1992; }
p { color: rgb(15,25,146); }
H1.HeaderClassName
{
color: #0F1992;
}
.AnyTagClassName
{
color: #0F1992;
}
</style>
background-color css
<style>
a { background-color: #0F1992; }
a { background-color: rgb(15,25,146); }
div.DivClassName
{
background-color: #0F1992;
}
.BgClassName
{
background-color: #0F1992;
}
</style>
border-color css
<style>
span { border-color: #0F1992; }
span { border-color: rgb(15,25,146); }
td.TdClassName
{
border-color: #0F1992;
}
.TagClassName
{
border-color: #0F1992;
}
</style>