Shades of Ultramarine #0B058F
Tints of Ultramarine #0B058F
RGB
CMYK
RGB Variations
Color information
#0B058F (or 0x0B058F) is known color: Ultramarine. HEX triplet: 0B, 05 and 8F. RGB value is (11,5,143). Sum of RGB (Red+Green+Blue) = 11+5+143=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 143 (56.25% from 255 or 89.94% from 159); Max value from RGB is 143 - color contains mainly: blue. Hex color #0B058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B058F is #F4FA70. Grayscale: #151515. Windows color (decimal): -16054897 or 9372939. OLE color: 9372939.
HSL color Cylindrical-coordinate representation of color #0B058F: hue angle of 242.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B058F is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 5 | 143 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.44 |
| HSL | 242.61º | 0.93% | 0.29% | - |
| HSV(B) | 242.61º | 0.97% | 0.56% | - |
| XYZ | 5.15 | 2.16 | 26.13 | - |
| YUV | 22.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 143 | 0.92 | 0.97 | 0 | 0.44 | 242.61 | 0.93 | 0.29 |
| Hex | B | 5 | 8F | 5C | 61 | 0 | 2C | F3 | 5D | 1D |
| Octal | 13 | 5 | 217 | 134 | 141 | 0 | 54 | 363 | 135 | 35 |
| Binary | 1011 | 101 | 10001111 | 1011100 | 1100001 | 0 | 101100 | 11110011 | 1011101 | 11101 |
Color Harmonies of #0B058F
Complementary color
Monochromatic Colors of #0B058F
Black with #0B058F
Text Example
Text Example
White with #0B058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B058F; }
p { color: rgb(11,5,143); }
H1.HeaderClassName
{
color: #0B058F;
}
.AnyTagClassName
{
color: #0B058F;
}
</style>
background-color css
<style>
a { background-color: #0B058F; }
a { background-color: rgb(11,5,143); }
div.DivClassName
{
background-color: #0B058F;
}
.BgClassName
{
background-color: #0B058F;
}
</style>
border-color css
<style>
span { border-color: #0B058F; }
span { border-color: rgb(11,5,143); }
td.TdClassName
{
border-color: #0B058F;
}
.TagClassName
{
border-color: #0B058F;
}
</style>