Shades of Ultramarine #0B0289
Tints of Ultramarine #0B0289
RGB
CMYK
RGB Variations
Color information
#0B0289 (or 0x0B0289) is known color: Ultramarine. HEX triplet: 0B, 02 and 89. RGB value is (11,2,137). Sum of RGB (Red+Green+Blue) = 11+2+137=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 137 (53.91% from 255 or 91.33% from 150); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B0289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0289 is #F4FD76. Grayscale: #131313. Windows color (decimal): -16055671 or 8978955. OLE color: 8978955.
HSL color Cylindrical-coordinate representation of color #0B0289: hue angle of 244º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0289 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 2 | 137 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.46 |
| HSL | 244º | 0.97% | 0.27% | - |
| HSV(B) | 244º | 0.99% | 0.54% | - |
| XYZ | 4.68 | 1.92 | 23.79 | - |
| YUV | 20.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 137 | 0.92 | 0.99 | 0 | 0.46 | 244 | 0.97 | 0.27 |
| Hex | B | 2 | 89 | 5C | 63 | 0 | 2E | F4 | 61 | 1B |
| Octal | 13 | 2 | 211 | 134 | 143 | 0 | 56 | 364 | 141 | 33 |
| Binary | 1011 | 10 | 10001001 | 1011100 | 1100011 | 0 | 101110 | 11110100 | 1100001 | 11011 |
Color Harmonies of #0B0289
Complementary color
Monochromatic Colors of #0B0289
Black with #0B0289
Text Example
Text Example
White with #0B0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0289; }
p { color: rgb(11,2,137); }
H1.HeaderClassName
{
color: #0B0289;
}
.AnyTagClassName
{
color: #0B0289;
}
</style>
background-color css
<style>
a { background-color: #0B0289; }
a { background-color: rgb(11,2,137); }
div.DivClassName
{
background-color: #0B0289;
}
.BgClassName
{
background-color: #0B0289;
}
</style>
border-color css
<style>
span { border-color: #0B0289; }
span { border-color: rgb(11,2,137); }
td.TdClassName
{
border-color: #0B0289;
}
.TagClassName
{
border-color: #0B0289;
}
</style>