Shades of Ultramarine #0B0993
Tints of Ultramarine #0B0993
RGB
CMYK
RGB Variations
Color information
#0B0993 (or 0x0B0993) is known color: Ultramarine. HEX triplet: 0B, 09 and 93. RGB value is (11,9,147). Sum of RGB (Red+Green+Blue) = 11+9+147=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B0993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0993 is #F4F66C. Grayscale: #181818. Windows color (decimal): -16053869 or 9636107. OLE color: 9636107.
HSL color Cylindrical-coordinate representation of color #0B0993: hue angle of 240.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0993 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 9 | 147 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.42 |
| HSL | 240.87º | 0.88% | 0.31% | - |
| HSV(B) | 240.87º | 0.94% | 0.58% | - |
| XYZ | 5.5 | 2.37 | 27.77 | - |
| YUV | 25.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 147 | 0.93 | 0.94 | 0 | 0.42 | 240.87 | 0.88 | 0.31 |
| Hex | B | 9 | 93 | 5D | 5E | 0 | 2A | F1 | 58 | 1F |
| Octal | 13 | 11 | 223 | 135 | 136 | 0 | 52 | 361 | 130 | 37 |
| Binary | 1011 | 1001 | 10010011 | 1011101 | 1011110 | 0 | 101010 | 11110001 | 1011000 | 11111 |
Color Harmonies of #0B0993
Complementary color
Monochromatic Colors of #0B0993
Black with #0B0993
Text Example
Text Example
White with #0B0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0993; }
p { color: rgb(11,9,147); }
H1.HeaderClassName
{
color: #0B0993;
}
.AnyTagClassName
{
color: #0B0993;
}
</style>
background-color css
<style>
a { background-color: #0B0993; }
a { background-color: rgb(11,9,147); }
div.DivClassName
{
background-color: #0B0993;
}
.BgClassName
{
background-color: #0B0993;
}
</style>
border-color css
<style>
span { border-color: #0B0993; }
span { border-color: rgb(11,9,147); }
td.TdClassName
{
border-color: #0B0993;
}
.TagClassName
{
border-color: #0B0993;
}
</style>