Shades of Ultramarine #0B1A8E
Tints of Ultramarine #0B1A8E
RGB
CMYK
RGB Variations
Color information
#0B1A8E (or 0x0B1A8E) is known color: Ultramarine. HEX triplet: 0B, 1A and 8E. RGB value is (11,26,142). Sum of RGB (Red+Green+Blue) = 11+26+142=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B1A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1A8E is #F4E571. Grayscale: #222222. Windows color (decimal): -16049522 or 9312779. OLE color: 9312779.
HSL color Cylindrical-coordinate representation of color #0B1A8E: hue angle of 233.13º 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 #0B1A8E is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 26 | 142 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.44 |
| HSL | 233.13º | 0.86% | 0.3% | - |
| HSV(B) | 233.13º | 0.92% | 0.56% | - |
| XYZ | 5.39 | 2.76 | 25.84 | - |
| YUV | 34.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 142 | 0.92 | 0.82 | 0 | 0.44 | 233.13 | 0.86 | 0.3 |
| Hex | B | 1A | 8E | 5C | 52 | 0 | 2C | E9 | 56 | 1E |
| Octal | 13 | 32 | 216 | 134 | 122 | 0 | 54 | 351 | 126 | 36 |
| Binary | 1011 | 11010 | 10001110 | 1011100 | 1010010 | 0 | 101100 | 11101001 | 1010110 | 11110 |
Color Harmonies of #0B1A8E
Complementary color
Monochromatic Colors of #0B1A8E
Black with #0B1A8E
Text Example
Text Example
White with #0B1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A8E; }
p { color: rgb(11,26,142); }
H1.HeaderClassName
{
color: #0B1A8E;
}
.AnyTagClassName
{
color: #0B1A8E;
}
</style>
background-color css
<style>
a { background-color: #0B1A8E; }
a { background-color: rgb(11,26,142); }
div.DivClassName
{
background-color: #0B1A8E;
}
.BgClassName
{
background-color: #0B1A8E;
}
</style>
border-color css
<style>
span { border-color: #0B1A8E; }
span { border-color: rgb(11,26,142); }
td.TdClassName
{
border-color: #0B1A8E;
}
.TagClassName
{
border-color: #0B1A8E;
}
</style>