Shades of Ultramarine #0F0295
Tints of Ultramarine #0F0295
RGB
CMYK
RGB Variations
Color information
#0F0295 (or 0x0F0295) is known color: Ultramarine. HEX triplet: 0F, 02 and 95. RGB value is (15,2,149). Sum of RGB (Red+Green+Blue) = 15+2+149=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0295 is #F0FD6A. Grayscale: #161616. Windows color (decimal): -15793515 or 9765391. OLE color: 9765391.
HSL color Cylindrical-coordinate representation of color #0F0295: hue angle of 245.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0295 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 2 | 149 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.42 |
| HSL | 245.31º | 0.97% | 0.3% | - |
| HSV(B) | 245.31º | 0.99% | 0.58% | - |
| XYZ | 5.64 | 2.31 | 28.58 | - |
| YUV | 22.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 149 | 0.90 | 0.99 | 0 | 0.42 | 245.31 | 0.97 | 0.3 |
| Hex | F | 2 | 95 | 5A | 63 | 0 | 2A | F5 | 61 | 1E |
| Octal | 17 | 2 | 225 | 132 | 143 | 0 | 52 | 365 | 141 | 36 |
| Binary | 1111 | 10 | 10010101 | 1011010 | 1100011 | 0 | 101010 | 11110101 | 1100001 | 11110 |
Color Harmonies of #0F0295
Complementary color
Monochromatic Colors of #0F0295
Black with #0F0295
Text Example
Text Example
White with #0F0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0295; }
p { color: rgb(15,2,149); }
H1.HeaderClassName
{
color: #0F0295;
}
.AnyTagClassName
{
color: #0F0295;
}
</style>
background-color css
<style>
a { background-color: #0F0295; }
a { background-color: rgb(15,2,149); }
div.DivClassName
{
background-color: #0F0295;
}
.BgClassName
{
background-color: #0F0295;
}
</style>
border-color css
<style>
span { border-color: #0F0295; }
span { border-color: rgb(15,2,149); }
td.TdClassName
{
border-color: #0F0295;
}
.TagClassName
{
border-color: #0F0295;
}
</style>