Shades of Ultramarine #0B1993
Tints of Ultramarine #0B1993
RGB
CMYK
RGB Variations
Color information
#0B1993 (or 0x0B1993) is known color: Ultramarine. HEX triplet: 0B, 19 and 93. RGB value is (11,25,147). Sum of RGB (Red+Green+Blue) = 11+25+147=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B1993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1993 is #F4E66C. Grayscale: #222222. Windows color (decimal): -16049773 or 9640203. OLE color: 9640203.
HSL color Cylindrical-coordinate representation of color #0B1993: hue angle of 233.82º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1993 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 25 | 147 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.42 |
| HSL | 233.82º | 0.86% | 0.31% | - |
| HSV(B) | 233.82º | 0.93% | 0.58% | - |
| XYZ | 5.75 | 2.87 | 27.86 | - |
| YUV | 34.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 147 | 0.93 | 0.83 | 0 | 0.42 | 233.82 | 0.86 | 0.31 |
| Hex | B | 19 | 93 | 5D | 53 | 0 | 2A | EA | 56 | 1F |
| Octal | 13 | 31 | 223 | 135 | 123 | 0 | 52 | 352 | 126 | 37 |
| Binary | 1011 | 11001 | 10010011 | 1011101 | 1010011 | 0 | 101010 | 11101010 | 1010110 | 11111 |
Color Harmonies of #0B1993
Complementary color
Monochromatic Colors of #0B1993
Black with #0B1993
Text Example
Text Example
White with #0B1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1993; }
p { color: rgb(11,25,147); }
H1.HeaderClassName
{
color: #0B1993;
}
.AnyTagClassName
{
color: #0B1993;
}
</style>
background-color css
<style>
a { background-color: #0B1993; }
a { background-color: rgb(11,25,147); }
div.DivClassName
{
background-color: #0B1993;
}
.BgClassName
{
background-color: #0B1993;
}
</style>
border-color css
<style>
span { border-color: #0B1993; }
span { border-color: rgb(11,25,147); }
td.TdClassName
{
border-color: #0B1993;
}
.TagClassName
{
border-color: #0B1993;
}
</style>