Shades of Ultramarine #0F0D95
Tints of Ultramarine #0F0D95
RGB
CMYK
RGB Variations
Color information
#0F0D95 (or 0x0F0D95) is known color: Ultramarine. HEX triplet: 0F, 0D and 95. RGB value is (15,13,149). Sum of RGB (Red+Green+Blue) = 15+13+149=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0D95 is #F0F26A. Grayscale: #1C1C1C. Windows color (decimal): -15790699 or 9768207. OLE color: 9768207.
HSL color Cylindrical-coordinate representation of color #0F0D95: hue angle of 240.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0D95 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 13 | 149 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.42 |
| HSL | 240.88º | 0.84% | 0.32% | - |
| HSV(B) | 240.88º | 0.91% | 0.58% | - |
| XYZ | 5.77 | 2.56 | 28.62 | - |
| YUV | 29.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 149 | 0.90 | 0.91 | 0 | 0.42 | 240.88 | 0.84 | 0.32 |
| Hex | F | D | 95 | 5A | 5B | 0 | 2A | F1 | 54 | 20 |
| Octal | 17 | 15 | 225 | 132 | 133 | 0 | 52 | 361 | 124 | 40 |
| Binary | 1111 | 1101 | 10010101 | 1011010 | 1011011 | 0 | 101010 | 11110001 | 1010100 | 100000 |
Color Harmonies of #0F0D95
Complementary color
Monochromatic Colors of #0F0D95
Black with #0F0D95
Text Example
Text Example
White with #0F0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D95; }
p { color: rgb(15,13,149); }
H1.HeaderClassName
{
color: #0F0D95;
}
.AnyTagClassName
{
color: #0F0D95;
}
</style>
background-color css
<style>
a { background-color: #0F0D95; }
a { background-color: rgb(15,13,149); }
div.DivClassName
{
background-color: #0F0D95;
}
.BgClassName
{
background-color: #0F0D95;
}
</style>
border-color css
<style>
span { border-color: #0F0D95; }
span { border-color: rgb(15,13,149); }
td.TdClassName
{
border-color: #0F0D95;
}
.TagClassName
{
border-color: #0F0D95;
}
</style>