Shades of Ultramarine #0B0596
Tints of Ultramarine #0B0596
RGB
CMYK
RGB Variations
Color information
#0B0596 (or 0x0B0596) is known color: Ultramarine. HEX triplet: 0B, 05 and 96. RGB value is (11,5,150). Sum of RGB (Red+Green+Blue) = 11+5+150=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 150 (58.98% from 255 or 90.36% from 166); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B0596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0596 is #F4FA69. Grayscale: #161616. Windows color (decimal): -16054890 or 9831691. OLE color: 9831691.
HSL color Cylindrical-coordinate representation of color #0B0596: hue angle of 242.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0596 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 5 | 150 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.41 |
| HSL | 242.48º | 0.94% | 0.3% | - |
| HSV(B) | 242.48º | 0.97% | 0.59% | - |
| XYZ | 5.7 | 2.38 | 29.01 | - |
| YUV | 23.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 150 | 0.93 | 0.97 | 0 | 0.41 | 242.48 | 0.94 | 0.3 |
| Hex | B | 5 | 96 | 5D | 61 | 0 | 29 | F2 | 5E | 1E |
| Octal | 13 | 5 | 226 | 135 | 141 | 0 | 51 | 362 | 136 | 36 |
| Binary | 1011 | 101 | 10010110 | 1011101 | 1100001 | 0 | 101001 | 11110010 | 1011110 | 11110 |
Color Harmonies of #0B0596
Complementary color
Monochromatic Colors of #0B0596
Black with #0B0596
Text Example
Text Example
White with #0B0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0596; }
p { color: rgb(11,5,150); }
H1.HeaderClassName
{
color: #0B0596;
}
.AnyTagClassName
{
color: #0B0596;
}
</style>
background-color css
<style>
a { background-color: #0B0596; }
a { background-color: rgb(11,5,150); }
div.DivClassName
{
background-color: #0B0596;
}
.BgClassName
{
background-color: #0B0596;
}
</style>
border-color css
<style>
span { border-color: #0B0596; }
span { border-color: rgb(11,5,150); }
td.TdClassName
{
border-color: #0B0596;
}
.TagClassName
{
border-color: #0B0596;
}
</style>