Shades of Ultramarine #0B1990
Tints of Ultramarine #0B1990
RGB
CMYK
RGB Variations
Color information
#0B1990 (or 0x0B1990) is known color: Ultramarine. HEX triplet: 0B, 19 and 90. RGB value is (11,25,144). Sum of RGB (Red+Green+Blue) = 11+25+144=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B1990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1990 is #F4E66F. Grayscale: #212121. Windows color (decimal): -16049776 or 9443595. OLE color: 9443595.
HSL color Cylindrical-coordinate representation of color #0B1990: hue angle of 233.68º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1990 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 25 | 144 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.44 |
| HSL | 233.68º | 0.86% | 0.3% | - |
| HSV(B) | 233.68º | 0.92% | 0.56% | - |
| XYZ | 5.52 | 2.78 | 26.63 | - |
| YUV | 34.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 144 | 0.92 | 0.83 | 0 | 0.44 | 233.68 | 0.86 | 0.3 |
| Hex | B | 19 | 90 | 5C | 53 | 0 | 2C | EA | 56 | 1E |
| Octal | 13 | 31 | 220 | 134 | 123 | 0 | 54 | 352 | 126 | 36 |
| Binary | 1011 | 11001 | 10010000 | 1011100 | 1010011 | 0 | 101100 | 11101010 | 1010110 | 11110 |
Color Harmonies of #0B1990
Complementary color
Monochromatic Colors of #0B1990
Black with #0B1990
Text Example
Text Example
White with #0B1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1990; }
p { color: rgb(11,25,144); }
H1.HeaderClassName
{
color: #0B1990;
}
.AnyTagClassName
{
color: #0B1990;
}
</style>
background-color css
<style>
a { background-color: #0B1990; }
a { background-color: rgb(11,25,144); }
div.DivClassName
{
background-color: #0B1990;
}
.BgClassName
{
background-color: #0B1990;
}
</style>
border-color css
<style>
span { border-color: #0B1990; }
span { border-color: rgb(11,25,144); }
td.TdClassName
{
border-color: #0B1990;
}
.TagClassName
{
border-color: #0B1990;
}
</style>