Shades of Ultramarine #0F0D7F
Tints of Ultramarine #0F0D7F
RGB
CMYK
RGB Variations
Color information
#0F0D7F (or 0x0F0D7F) is known color: Ultramarine. HEX triplet: 0F, 0D and 7F. RGB value is (15,13,127). Sum of RGB (Red+Green+Blue) = 15+13+127=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F0D7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0D7F is #F0F280. Grayscale: #1A1A1A. Windows color (decimal): -15790721 or 8326415. OLE color: 8326415.
HSL color Cylindrical-coordinate representation of color #0F0D7F: hue angle of 241.05º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0D7F is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 13 | 127 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.50 |
| HSL | 241.05º | 0.81% | 0.27% | - |
| HSV(B) | 241.05º | 0.9% | 0.5% | - |
| XYZ | 4.17 | 1.92 | 20.23 | - |
| YUV | 26.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 127 | 0.88 | 0.90 | 0 | 0.50 | 241.05 | 0.81 | 0.27 |
| Hex | F | D | 7F | 58 | 5A | 0 | 32 | F1 | 51 | 1B |
| Octal | 17 | 15 | 177 | 130 | 132 | 0 | 62 | 361 | 121 | 33 |
| Binary | 1111 | 1101 | 1111111 | 1011000 | 1011010 | 0 | 110010 | 11110001 | 1010001 | 11011 |
Color Harmonies of #0F0D7F
Complementary color
Monochromatic Colors of #0F0D7F
Black with #0F0D7F
Text Example
Text Example
White with #0F0D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D7F; }
p { color: rgb(15,13,127); }
H1.HeaderClassName
{
color: #0F0D7F;
}
.AnyTagClassName
{
color: #0F0D7F;
}
</style>
background-color css
<style>
a { background-color: #0F0D7F; }
a { background-color: rgb(15,13,127); }
div.DivClassName
{
background-color: #0F0D7F;
}
.BgClassName
{
background-color: #0F0D7F;
}
</style>
border-color css
<style>
span { border-color: #0F0D7F; }
span { border-color: rgb(15,13,127); }
td.TdClassName
{
border-color: #0F0D7F;
}
.TagClassName
{
border-color: #0F0D7F;
}
</style>