Shades of Ultramarine #0F0D9B
Tints of Ultramarine #0F0D9B
RGB
CMYK
RGB Variations
Color information
#0F0D9B (or 0x0F0D9B) is known color: Ultramarine. HEX triplet: 0F, 0D and 9B. RGB value is (15,13,155). Sum of RGB (Red+Green+Blue) = 15+13+155=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F0D9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0D9B is #F0F264. Grayscale: #1D1D1D. Windows color (decimal): -15790693 or 10161423. OLE color: 10161423.
HSL color Cylindrical-coordinate representation of color #0F0D9B: hue angle of 240.85º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0D9B is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 13 | 155 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.39 |
| HSL | 240.85º | 0.85% | 0.33% | - |
| HSV(B) | 240.85º | 0.92% | 0.61% | - |
| XYZ | 6.26 | 2.76 | 31.21 | - |
| YUV | 29.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 155 | 0.90 | 0.92 | 0 | 0.39 | 240.85 | 0.85 | 0.33 |
| Hex | F | D | 9B | 5A | 5C | 0 | 27 | F1 | 55 | 21 |
| Octal | 17 | 15 | 233 | 132 | 134 | 0 | 47 | 361 | 125 | 41 |
| Binary | 1111 | 1101 | 10011011 | 1011010 | 1011100 | 0 | 100111 | 11110001 | 1010101 | 100001 |
Color Harmonies of #0F0D9B
Complementary color
Monochromatic Colors of #0F0D9B
Black with #0F0D9B
Text Example
Text Example
White with #0F0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D9B; }
p { color: rgb(15,13,155); }
H1.HeaderClassName
{
color: #0F0D9B;
}
.AnyTagClassName
{
color: #0F0D9B;
}
</style>
background-color css
<style>
a { background-color: #0F0D9B; }
a { background-color: rgb(15,13,155); }
div.DivClassName
{
background-color: #0F0D9B;
}
.BgClassName
{
background-color: #0F0D9B;
}
</style>
border-color css
<style>
span { border-color: #0F0D9B; }
span { border-color: rgb(15,13,155); }
td.TdClassName
{
border-color: #0F0D9B;
}
.TagClassName
{
border-color: #0F0D9B;
}
</style>