Shades of Ultramarine #0F0B8B
Tints of Ultramarine #0F0B8B
RGB
CMYK
RGB Variations
Color information
#0F0B8B (or 0x0F0B8B) is known color: Ultramarine. HEX triplet: 0F, 0B and 8B. RGB value is (15,11,139). Sum of RGB (Red+Green+Blue) = 15+11+139=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F0B8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0B8B is #F0F474. Grayscale: #1A1A1A. Windows color (decimal): -15791221 or 9112335. OLE color: 9112335.
HSL color Cylindrical-coordinate representation of color #0F0B8B: hue angle of 241.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0B8B is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 11 | 139 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.45 |
| HSL | 241.88º | 0.85% | 0.29% | - |
| HSV(B) | 241.88º | 0.92% | 0.55% | - |
| XYZ | 4.98 | 2.2 | 24.59 | - |
| YUV | 26.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 139 | 0.89 | 0.92 | 0 | 0.45 | 241.88 | 0.85 | 0.29 |
| Hex | F | B | 8B | 59 | 5C | 0 | 2D | F2 | 55 | 1D |
| Octal | 17 | 13 | 213 | 131 | 134 | 0 | 55 | 362 | 125 | 35 |
| Binary | 1111 | 1011 | 10001011 | 1011001 | 1011100 | 0 | 101101 | 11110010 | 1010101 | 11101 |
Color Harmonies of #0F0B8B
Complementary color
Monochromatic Colors of #0F0B8B
Black with #0F0B8B
Text Example
Text Example
White with #0F0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B8B; }
p { color: rgb(15,11,139); }
H1.HeaderClassName
{
color: #0F0B8B;
}
.AnyTagClassName
{
color: #0F0B8B;
}
</style>
background-color css
<style>
a { background-color: #0F0B8B; }
a { background-color: rgb(15,11,139); }
div.DivClassName
{
background-color: #0F0B8B;
}
.BgClassName
{
background-color: #0F0B8B;
}
</style>
border-color css
<style>
span { border-color: #0F0B8B; }
span { border-color: rgb(15,11,139); }
td.TdClassName
{
border-color: #0F0B8B;
}
.TagClassName
{
border-color: #0F0B8B;
}
</style>