Shades of Ultramarine #0B058A
Tints of Ultramarine #0B058A
RGB
CMYK
RGB Variations
Color information
#0B058A (or 0x0B058A) is known color: Ultramarine. HEX triplet: 0B, 05 and 8A. RGB value is (11,5,138). Sum of RGB (Red+Green+Blue) = 11+5+138=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B058A is #F4FA75. Grayscale: #151515. Windows color (decimal): -16054902 or 9045259. OLE color: 9045259.
HSL color Cylindrical-coordinate representation of color #0B058A: hue angle of 242.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B058A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 5 | 138 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.46 |
| HSL | 242.71º | 0.93% | 0.28% | - |
| HSV(B) | 242.71º | 0.96% | 0.54% | - |
| XYZ | 4.78 | 2.01 | 24.18 | - |
| YUV | 21.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 138 | 0.92 | 0.96 | 0 | 0.46 | 242.71 | 0.93 | 0.28 |
| Hex | B | 5 | 8A | 5C | 60 | 0 | 2E | F3 | 5D | 1C |
| Octal | 13 | 5 | 212 | 134 | 140 | 0 | 56 | 363 | 135 | 34 |
| Binary | 1011 | 101 | 10001010 | 1011100 | 1100000 | 0 | 101110 | 11110011 | 1011101 | 11100 |
Color Harmonies of #0B058A
Complementary color
Monochromatic Colors of #0B058A
Black with #0B058A
Text Example
Text Example
White with #0B058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B058A; }
p { color: rgb(11,5,138); }
H1.HeaderClassName
{
color: #0B058A;
}
.AnyTagClassName
{
color: #0B058A;
}
</style>
background-color css
<style>
a { background-color: #0B058A; }
a { background-color: rgb(11,5,138); }
div.DivClassName
{
background-color: #0B058A;
}
.BgClassName
{
background-color: #0B058A;
}
</style>
border-color css
<style>
span { border-color: #0B058A; }
span { border-color: rgb(11,5,138); }
td.TdClassName
{
border-color: #0B058A;
}
.TagClassName
{
border-color: #0B058A;
}
</style>