Shades of Ultramarine #0B0588
Tints of Ultramarine #0B0588
RGB
CMYK
RGB Variations
Color information
#0B0588 (or 0x0B0588) is known color: Ultramarine. HEX triplet: 0B, 05 and 88. RGB value is (11,5,136). Sum of RGB (Red+Green+Blue) = 11+5+136=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #0B0588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0588 is #F4FA77. Grayscale: #151515. Windows color (decimal): -16054904 or 8914187. OLE color: 8914187.
HSL color Cylindrical-coordinate representation of color #0B0588: hue angle of 242.75º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0588 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 5 | 136 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.47 |
| HSL | 242.75º | 0.93% | 0.28% | - |
| HSV(B) | 242.75º | 0.96% | 0.53% | - |
| XYZ | 4.64 | 1.96 | 23.43 | - |
| YUV | 21.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 136 | 0.92 | 0.96 | 0 | 0.47 | 242.75 | 0.93 | 0.28 |
| Hex | B | 5 | 88 | 5C | 60 | 0 | 2F | F3 | 5D | 1C |
| Octal | 13 | 5 | 210 | 134 | 140 | 0 | 57 | 363 | 135 | 34 |
| Binary | 1011 | 101 | 10001000 | 1011100 | 1100000 | 0 | 101111 | 11110011 | 1011101 | 11100 |
Color Harmonies of #0B0588
Complementary color
Monochromatic Colors of #0B0588
Black with #0B0588
Text Example
Text Example
White with #0B0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0588; }
p { color: rgb(11,5,136); }
H1.HeaderClassName
{
color: #0B0588;
}
.AnyTagClassName
{
color: #0B0588;
}
</style>
background-color css
<style>
a { background-color: #0B0588; }
a { background-color: rgb(11,5,136); }
div.DivClassName
{
background-color: #0B0588;
}
.BgClassName
{
background-color: #0B0588;
}
</style>
border-color css
<style>
span { border-color: #0B0588; }
span { border-color: rgb(11,5,136); }
td.TdClassName
{
border-color: #0B0588;
}
.TagClassName
{
border-color: #0B0588;
}
</style>