Shades of Ultramarine #0F0196
Tints of Ultramarine #0F0196
RGB
CMYK
RGB Variations
Color information
#0F0196 (or 0x0F0196) is known color: Ultramarine. HEX triplet: 0F, 01 and 96. RGB value is (15,1,150). Sum of RGB (Red+Green+Blue) = 15+1+150=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 150 (58.98% from 255 or 90.36% from 166); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F0196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0196 is #F0FE69. Grayscale: #151515. Windows color (decimal): -15793770 or 9830671. OLE color: 9830671.
HSL color Cylindrical-coordinate representation of color #0F0196: hue angle of 245.64º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0196 is Cyan = 0.9, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 1 | 150 | - |
| CMYK | 0.9 | 0.99 | 0 | 0.41 |
| HSL | 245.64º | 0.99% | 0.3% | - |
| HSV(B) | 245.64º | 0.99% | 0.59% | - |
| XYZ | 5.71 | 2.33 | 29 | - |
| YUV | 22.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 150 | 0.9 | 0.99 | 0 | 0.41 | 245.64 | 0.99 | 0.3 |
| Hex | F | 1 | 96 | 5A | 63 | 0 | 29 | F6 | 63 | 1E |
| Octal | 17 | 1 | 226 | 132 | 143 | 0 | 51 | 366 | 143 | 36 |
| Binary | 1111 | 1 | 10010110 | 1011010 | 1100011 | 0 | 101001 | 11110110 | 1100011 | 11110 |
Color Harmonies of #0F0196
Complementary color
Monochromatic Colors of #0F0196
Black with #0F0196
Text Example
Text Example
White with #0F0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0196; }
p { color: rgb(15,1,150); }
H1.HeaderClassName
{
color: #0F0196;
}
.AnyTagClassName
{
color: #0F0196;
}
</style>
background-color css
<style>
a { background-color: #0F0196; }
a { background-color: rgb(15,1,150); }
div.DivClassName
{
background-color: #0F0196;
}
.BgClassName
{
background-color: #0F0196;
}
</style>
border-color css
<style>
span { border-color: #0F0196; }
span { border-color: rgb(15,1,150); }
td.TdClassName
{
border-color: #0F0196;
}
.TagClassName
{
border-color: #0F0196;
}
</style>