Shades of Ultramarine #0B0F98
Tints of Ultramarine #0B0F98
RGB
CMYK
RGB Variations
Color information
#0B0F98 (or 0x0B0F98) is known color: Ultramarine. HEX triplet: 0B, 0F and 98. RGB value is (11,15,152). Sum of RGB (Red+Green+Blue) = 11+15+152=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 152 (59.77% from 255 or 85.39% from 178); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B0F98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0F98 is #F4F067. Grayscale: #1C1C1C. Windows color (decimal): -16052328 or 9965323. OLE color: 9965323.
HSL color Cylindrical-coordinate representation of color #0B0F98: hue angle of 238.3º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0F98 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 15 | 152 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.40 |
| HSL | 238.3º | 0.87% | 0.32% | - |
| HSV(B) | 238.3º | 0.93% | 0.6% | - |
| XYZ | 5.98 | 2.68 | 29.91 | - |
| YUV | 29.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 152 | 0.93 | 0.90 | 0 | 0.40 | 238.3 | 0.87 | 0.32 |
| Hex | B | F | 98 | 5D | 5A | 0 | 28 | EE | 57 | 20 |
| Octal | 13 | 17 | 230 | 135 | 132 | 0 | 50 | 356 | 127 | 40 |
| Binary | 1011 | 1111 | 10011000 | 1011101 | 1011010 | 0 | 101000 | 11101110 | 1010111 | 100000 |
Color Harmonies of #0B0F98
Complementary color
Monochromatic Colors of #0B0F98
Black with #0B0F98
Text Example
Text Example
White with #0B0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0F98; }
p { color: rgb(11,15,152); }
H1.HeaderClassName
{
color: #0B0F98;
}
.AnyTagClassName
{
color: #0B0F98;
}
</style>
background-color css
<style>
a { background-color: #0B0F98; }
a { background-color: rgb(11,15,152); }
div.DivClassName
{
background-color: #0B0F98;
}
.BgClassName
{
background-color: #0B0F98;
}
</style>
border-color css
<style>
span { border-color: #0B0F98; }
span { border-color: rgb(11,15,152); }
td.TdClassName
{
border-color: #0B0F98;
}
.TagClassName
{
border-color: #0B0F98;
}
</style>