Shades of Ultramarine #0B0191
Tints of Ultramarine #0B0191
RGB
CMYK
RGB Variations
Color information
#0B0191 (or 0x0B0191) is known color: Ultramarine. HEX triplet: 0B, 01 and 91. RGB value is (11,1,145). Sum of RGB (Red+Green+Blue) = 11+1+145=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 145 (57.03% from 255 or 92.36% from 157); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B0191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0191 is #F4FE6E. Grayscale: #131313. Windows color (decimal): -16055919 or 9502987. OLE color: 9502987.
HSL color Cylindrical-coordinate representation of color #0B0191: hue angle of 244.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0191 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 1 | 145 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.43 |
| HSL | 244.17º | 0.99% | 0.29% | - |
| HSV(B) | 244.17º | 0.99% | 0.57% | - |
| XYZ | 5.26 | 2.14 | 26.92 | - |
| YUV | 20.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 145 | 0.92 | 0.99 | 0 | 0.43 | 244.17 | 0.99 | 0.29 |
| Hex | B | 1 | 91 | 5C | 63 | 0 | 2B | F4 | 63 | 1D |
| Octal | 13 | 1 | 221 | 134 | 143 | 0 | 53 | 364 | 143 | 35 |
| Binary | 1011 | 1 | 10010001 | 1011100 | 1100011 | 0 | 101011 | 11110100 | 1100011 | 11101 |
Color Harmonies of #0B0191
Complementary color
Monochromatic Colors of #0B0191
Black with #0B0191
Text Example
Text Example
White with #0B0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0191; }
p { color: rgb(11,1,145); }
H1.HeaderClassName
{
color: #0B0191;
}
.AnyTagClassName
{
color: #0B0191;
}
</style>
background-color css
<style>
a { background-color: #0B0191; }
a { background-color: rgb(11,1,145); }
div.DivClassName
{
background-color: #0B0191;
}
.BgClassName
{
background-color: #0B0191;
}
</style>
border-color css
<style>
span { border-color: #0B0191; }
span { border-color: rgb(11,1,145); }
td.TdClassName
{
border-color: #0B0191;
}
.TagClassName
{
border-color: #0B0191;
}
</style>