Shades of Ultramarine #0B0091
Tints of Ultramarine #0B0091
RGB
CMYK
RGB Variations
Color information
#0B0091 (or 0x0B0091) is known color: Ultramarine. HEX triplet: 0B, 00 and 91. RGB value is (11,0,145). Sum of RGB (Red+Green+Blue) = 11+0+145=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B0091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0091 is #F4FF6E. Grayscale: #131313. Windows color (decimal): -16056175 or 9502731. OLE color: 9502731.
HSL color Cylindrical-coordinate representation of color #0B0091: hue angle of 244.55º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0091 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 0 | 145 | - |
| CMYK | 0.92 | 1 | 0 | 0.43 |
| HSL | 244.55º | 1% | 0.28% | - |
| HSV(B) | 244.55º | 1% | 0.57% | - |
| XYZ | 5.25 | 2.12 | 26.92 | - |
| YUV | 19.82 | 198.64 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 145 | 0.92 | 1 | 0 | 0.43 | 244.55 | 1 | 0.28 |
| Hex | B | 0 | 91 | 5C | 64 | 0 | 2B | F5 | 64 | 1C |
| Octal | 13 | 0 | 221 | 134 | 144 | 0 | 53 | 365 | 144 | 34 |
| Binary | 1011 | 0 | 10010001 | 1011100 | 1100100 | 0 | 101011 | 11110101 | 1100100 | 11100 |
Color Harmonies of #0B0091
Complementary color
Monochromatic Colors of #0B0091
Black with #0B0091
Text Example
Text Example
White with #0B0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0091; }
p { color: rgb(11,0,145); }
H1.HeaderClassName
{
color: #0B0091;
}
.AnyTagClassName
{
color: #0B0091;
}
</style>
background-color css
<style>
a { background-color: #0B0091; }
a { background-color: rgb(11,0,145); }
div.DivClassName
{
background-color: #0B0091;
}
.BgClassName
{
background-color: #0B0091;
}
</style>
border-color css
<style>
span { border-color: #0B0091; }
span { border-color: rgb(11,0,145); }
td.TdClassName
{
border-color: #0B0091;
}
.TagClassName
{
border-color: #0B0091;
}
</style>