Shades of Ultramarine #0B118B
Tints of Ultramarine #0B118B
RGB
CMYK
RGB Variations
Color information
#0B118B (or 0x0B118B) is known color: Ultramarine. HEX triplet: 0B, 11 and 8B. RGB value is (11,17,139). Sum of RGB (Red+Green+Blue) = 11+17+139=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B118B is #F4EE74. Grayscale: #1C1C1C. Windows color (decimal): -16051829 or 9113867. OLE color: 9113867.
HSL color Cylindrical-coordinate representation of color #0B118B: hue angle of 237.19º 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 #0B118B is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 17 | 139 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.45 |
| HSL | 237.19º | 0.85% | 0.29% | - |
| HSV(B) | 237.19º | 0.92% | 0.55% | - |
| XYZ | 5 | 2.34 | 24.61 | - |
| YUV | 29.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 139 | 0.92 | 0.88 | 0 | 0.45 | 237.19 | 0.85 | 0.29 |
| Hex | B | 11 | 8B | 5C | 58 | 0 | 2D | ED | 55 | 1D |
| Octal | 13 | 21 | 213 | 134 | 130 | 0 | 55 | 355 | 125 | 35 |
| Binary | 1011 | 10001 | 10001011 | 1011100 | 1011000 | 0 | 101101 | 11101101 | 1010101 | 11101 |
Color Harmonies of #0B118B
Complementary color
Monochromatic Colors of #0B118B
Black with #0B118B
Text Example
Text Example
White with #0B118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B118B; }
p { color: rgb(11,17,139); }
H1.HeaderClassName
{
color: #0B118B;
}
.AnyTagClassName
{
color: #0B118B;
}
</style>
background-color css
<style>
a { background-color: #0B118B; }
a { background-color: rgb(11,17,139); }
div.DivClassName
{
background-color: #0B118B;
}
.BgClassName
{
background-color: #0B118B;
}
</style>
border-color css
<style>
span { border-color: #0B118B; }
span { border-color: rgb(11,17,139); }
td.TdClassName
{
border-color: #0B118B;
}
.TagClassName
{
border-color: #0B118B;
}
</style>