Shades of Ultramarine #0B168B
Tints of Ultramarine #0B168B
RGB
CMYK
RGB Variations
Color information
#0B168B (or 0x0B168B) is known color: Ultramarine. HEX triplet: 0B, 16 and 8B. RGB value is (11,22,139). Sum of RGB (Red+Green+Blue) = 11+22+139=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B168B is #F4E974. Grayscale: #1F1F1F. Windows color (decimal): -16050549 or 9115147. OLE color: 9115147.
HSL color Cylindrical-coordinate representation of color #0B168B: hue angle of 234.84º 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 #0B168B is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 22 | 139 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.45 |
| HSL | 234.84º | 0.85% | 0.29% | - |
| HSV(B) | 234.84º | 0.92% | 0.55% | - |
| XYZ | 5.09 | 2.51 | 24.64 | - |
| YUV | 32.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 139 | 0.92 | 0.84 | 0 | 0.45 | 234.84 | 0.85 | 0.29 |
| Hex | B | 16 | 8B | 5C | 54 | 0 | 2D | EB | 55 | 1D |
| Octal | 13 | 26 | 213 | 134 | 124 | 0 | 55 | 353 | 125 | 35 |
| Binary | 1011 | 10110 | 10001011 | 1011100 | 1010100 | 0 | 101101 | 11101011 | 1010101 | 11101 |
Color Harmonies of #0B168B
Complementary color
Monochromatic Colors of #0B168B
Black with #0B168B
Text Example
Text Example
White with #0B168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B168B; }
p { color: rgb(11,22,139); }
H1.HeaderClassName
{
color: #0B168B;
}
.AnyTagClassName
{
color: #0B168B;
}
</style>
background-color css
<style>
a { background-color: #0B168B; }
a { background-color: rgb(11,22,139); }
div.DivClassName
{
background-color: #0B168B;
}
.BgClassName
{
background-color: #0B168B;
}
</style>
border-color css
<style>
span { border-color: #0B168B; }
span { border-color: rgb(11,22,139); }
td.TdClassName
{
border-color: #0B168B;
}
.TagClassName
{
border-color: #0B168B;
}
</style>