Shades of Ultramarine #0B159B
Tints of Ultramarine #0B159B
RGB
CMYK
RGB Variations
Color information
#0B159B (or 0x0B159B) is known color: Ultramarine. HEX triplet: 0B, 15 and 9B. RGB value is (11,21,155). Sum of RGB (Red+Green+Blue) = 11+21+155=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B159B is #F4EA64. Grayscale: #202020. Windows color (decimal): -16050789 or 10163467. OLE color: 10163467.
HSL color Cylindrical-coordinate representation of color #0B159B: hue angle of 235.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B159B is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 21 | 155 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.39 |
| HSL | 235.83º | 0.87% | 0.33% | - |
| HSV(B) | 235.83º | 0.93% | 0.61% | - |
| XYZ | 6.32 | 2.97 | 31.25 | - |
| YUV | 33.29 | 196.69 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 155 | 0.93 | 0.86 | 0 | 0.39 | 235.83 | 0.87 | 0.33 |
| Hex | B | 15 | 9B | 5D | 56 | 0 | 27 | EC | 57 | 21 |
| Octal | 13 | 25 | 233 | 135 | 126 | 0 | 47 | 354 | 127 | 41 |
| Binary | 1011 | 10101 | 10011011 | 1011101 | 1010110 | 0 | 100111 | 11101100 | 1010111 | 100001 |
Color Harmonies of #0B159B
Complementary color
Monochromatic Colors of #0B159B
Black with #0B159B
Text Example
Text Example
White with #0B159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B159B; }
p { color: rgb(11,21,155); }
H1.HeaderClassName
{
color: #0B159B;
}
.AnyTagClassName
{
color: #0B159B;
}
</style>
background-color css
<style>
a { background-color: #0B159B; }
a { background-color: rgb(11,21,155); }
div.DivClassName
{
background-color: #0B159B;
}
.BgClassName
{
background-color: #0B159B;
}
</style>
border-color css
<style>
span { border-color: #0B159B; }
span { border-color: rgb(11,21,155); }
td.TdClassName
{
border-color: #0B159B;
}
.TagClassName
{
border-color: #0B159B;
}
</style>