Shades of Ultramarine #0B088D
Tints of Ultramarine #0B088D
RGB
CMYK
RGB Variations
Color information
#0B088D (or 0x0B088D) is known color: Ultramarine. HEX triplet: 0B, 08 and 8D. RGB value is (11,8,141). Sum of RGB (Red+Green+Blue) = 11+8+141=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B088D is #F4F772. Grayscale: #171717. Windows color (decimal): -16054131 or 9242635. OLE color: 9242635.
HSL color Cylindrical-coordinate representation of color #0B088D: hue angle of 241.35º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B088D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 8 | 141 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.45 |
| HSL | 241.35º | 0.89% | 0.29% | - |
| HSV(B) | 241.35º | 0.94% | 0.55% | - |
| XYZ | 5.03 | 2.17 | 25.35 | - |
| YUV | 24.06 | 193.99 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 141 | 0.92 | 0.94 | 0 | 0.45 | 241.35 | 0.89 | 0.29 |
| Hex | B | 8 | 8D | 5C | 5E | 0 | 2D | F1 | 59 | 1D |
| Octal | 13 | 10 | 215 | 134 | 136 | 0 | 55 | 361 | 131 | 35 |
| Binary | 1011 | 1000 | 10001101 | 1011100 | 1011110 | 0 | 101101 | 11110001 | 1011001 | 11101 |
Color Harmonies of #0B088D
Complementary color
Monochromatic Colors of #0B088D
Black with #0B088D
Text Example
Text Example
White with #0B088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B088D; }
p { color: rgb(11,8,141); }
H1.HeaderClassName
{
color: #0B088D;
}
.AnyTagClassName
{
color: #0B088D;
}
</style>
background-color css
<style>
a { background-color: #0B088D; }
a { background-color: rgb(11,8,141); }
div.DivClassName
{
background-color: #0B088D;
}
.BgClassName
{
background-color: #0B088D;
}
</style>
border-color css
<style>
span { border-color: #0B088D; }
span { border-color: rgb(11,8,141); }
td.TdClassName
{
border-color: #0B088D;
}
.TagClassName
{
border-color: #0B088D;
}
</style>