Shades of Ultramarine #0B168A
Tints of Ultramarine #0B168A
RGB
CMYK
RGB Variations
Color information
#0B168A (or 0x0B168A) is known color: Ultramarine. HEX triplet: 0B, 16 and 8A. RGB value is (11,22,138). Sum of RGB (Red+Green+Blue) = 11+22+138=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B168A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B168A is #F4E975. Grayscale: #1F1F1F. Windows color (decimal): -16050550 or 9049611. OLE color: 9049611.
HSL color Cylindrical-coordinate representation of color #0B168A: hue angle of 234.8º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B168A is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 22 | 138 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.46 |
| HSL | 234.8º | 0.85% | 0.29% | - |
| HSV(B) | 234.8º | 0.92% | 0.54% | - |
| XYZ | 5.01 | 2.48 | 24.26 | - |
| YUV | 31.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 138 | 0.92 | 0.84 | 0 | 0.46 | 234.8 | 0.85 | 0.29 |
| Hex | B | 16 | 8A | 5C | 54 | 0 | 2E | EB | 55 | 1D |
| Octal | 13 | 26 | 212 | 134 | 124 | 0 | 56 | 353 | 125 | 35 |
| Binary | 1011 | 10110 | 10001010 | 1011100 | 1010100 | 0 | 101110 | 11101011 | 1010101 | 11101 |
Color Harmonies of #0B168A
Complementary color
Monochromatic Colors of #0B168A
Black with #0B168A
Text Example
Text Example
White with #0B168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B168A; }
p { color: rgb(11,22,138); }
H1.HeaderClassName
{
color: #0B168A;
}
.AnyTagClassName
{
color: #0B168A;
}
</style>
background-color css
<style>
a { background-color: #0B168A; }
a { background-color: rgb(11,22,138); }
div.DivClassName
{
background-color: #0B168A;
}
.BgClassName
{
background-color: #0B168A;
}
</style>
border-color css
<style>
span { border-color: #0B168A; }
span { border-color: rgb(11,22,138); }
td.TdClassName
{
border-color: #0B168A;
}
.TagClassName
{
border-color: #0B168A;
}
</style>