Shades of Ultramarine #0F0094
Tints of Ultramarine #0F0094
RGB
CMYK
RGB Variations
Color information
#0F0094 (or 0x0F0094) is known color: Ultramarine. HEX triplet: 0F, 00 and 94. RGB value is (15,0,148). Sum of RGB (Red+Green+Blue) = 15+0+148=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F0094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0094 is #F0FF6B. Grayscale: #141414. Windows color (decimal): -15794028 or 9699343. OLE color: 9699343.
HSL color Cylindrical-coordinate representation of color #0F0094: hue angle of 246.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0094 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 0 | 148 | - |
| CMYK | 0.90 | 1 | 0 | 0.42 |
| HSL | 246.08º | 1% | 0.29% | - |
| HSV(B) | 246.08º | 1% | 0.58% | - |
| XYZ | 5.54 | 2.24 | 28.16 | - |
| YUV | 21.36 | 199.47 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 148 | 0.90 | 1 | 0 | 0.42 | 246.08 | 1 | 0.29 |
| Hex | F | 0 | 94 | 5A | 64 | 0 | 2A | F6 | 64 | 1D |
| Octal | 17 | 0 | 224 | 132 | 144 | 0 | 52 | 366 | 144 | 35 |
| Binary | 1111 | 0 | 10010100 | 1011010 | 1100100 | 0 | 101010 | 11110110 | 1100100 | 11101 |
Color Harmonies of #0F0094
Complementary color
Monochromatic Colors of #0F0094
Black with #0F0094
Text Example
Text Example
White with #0F0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0094; }
p { color: rgb(15,0,148); }
H1.HeaderClassName
{
color: #0F0094;
}
.AnyTagClassName
{
color: #0F0094;
}
</style>
background-color css
<style>
a { background-color: #0F0094; }
a { background-color: rgb(15,0,148); }
div.DivClassName
{
background-color: #0F0094;
}
.BgClassName
{
background-color: #0F0094;
}
</style>
border-color css
<style>
span { border-color: #0F0094; }
span { border-color: rgb(15,0,148); }
td.TdClassName
{
border-color: #0F0094;
}
.TagClassName
{
border-color: #0F0094;
}
</style>