Shades of Ultramarine #0F0092
Tints of Ultramarine #0F0092
RGB
CMYK
RGB Variations
Color information
#0F0092 (or 0x0F0092) is known color: Ultramarine. HEX triplet: 0F, 00 and 92. RGB value is (15,0,146). Sum of RGB (Red+Green+Blue) = 15+0+146=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F0092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0092 is #F0FF6D. Grayscale: #141414. Windows color (decimal): -15794030 or 9568271. OLE color: 9568271.
HSL color Cylindrical-coordinate representation of color #0F0092: hue angle of 246.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0092 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 0 | 146 | - |
| CMYK | 0.90 | 1 | 0 | 0.43 |
| HSL | 246.16º | 1% | 0.29% | - |
| HSV(B) | 246.16º | 1% | 0.57% | - |
| XYZ | 5.39 | 2.18 | 27.33 | - |
| YUV | 21.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 146 | 0.90 | 1 | 0 | 0.43 | 246.16 | 1 | 0.29 |
| Hex | F | 0 | 92 | 5A | 64 | 0 | 2B | F6 | 64 | 1D |
| Octal | 17 | 0 | 222 | 132 | 144 | 0 | 53 | 366 | 144 | 35 |
| Binary | 1111 | 0 | 10010010 | 1011010 | 1100100 | 0 | 101011 | 11110110 | 1100100 | 11101 |
Color Harmonies of #0F0092
Complementary color
Monochromatic Colors of #0F0092
Black with #0F0092
Text Example
Text Example
White with #0F0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0092; }
p { color: rgb(15,0,146); }
H1.HeaderClassName
{
color: #0F0092;
}
.AnyTagClassName
{
color: #0F0092;
}
</style>
background-color css
<style>
a { background-color: #0F0092; }
a { background-color: rgb(15,0,146); }
div.DivClassName
{
background-color: #0F0092;
}
.BgClassName
{
background-color: #0F0092;
}
</style>
border-color css
<style>
span { border-color: #0F0092; }
span { border-color: rgb(15,0,146); }
td.TdClassName
{
border-color: #0F0092;
}
.TagClassName
{
border-color: #0F0092;
}
</style>