Shades of Ultramarine #0B198E
Tints of Ultramarine #0B198E
RGB
CMYK
RGB Variations
Color information
#0B198E (or 0x0B198E) is known color: Ultramarine. HEX triplet: 0B, 19 and 8E. RGB value is (11,25,142). Sum of RGB (Red+Green+Blue) = 11+25+142=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B198E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B198E is #F4E671. Grayscale: #212121. Windows color (decimal): -16049778 or 9312523. OLE color: 9312523.
HSL color Cylindrical-coordinate representation of color #0B198E: hue angle of 233.59º 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 #0B198E is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 25 | 142 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.44 |
| HSL | 233.59º | 0.86% | 0.3% | - |
| HSV(B) | 233.59º | 0.92% | 0.56% | - |
| XYZ | 5.37 | 2.72 | 25.83 | - |
| YUV | 34.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 142 | 0.92 | 0.82 | 0 | 0.44 | 233.59 | 0.86 | 0.3 |
| Hex | B | 19 | 8E | 5C | 52 | 0 | 2C | EA | 56 | 1E |
| Octal | 13 | 31 | 216 | 134 | 122 | 0 | 54 | 352 | 126 | 36 |
| Binary | 1011 | 11001 | 10001110 | 1011100 | 1010010 | 0 | 101100 | 11101010 | 1010110 | 11110 |
Color Harmonies of #0B198E
Complementary color
Monochromatic Colors of #0B198E
Black with #0B198E
Text Example
Text Example
White with #0B198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B198E; }
p { color: rgb(11,25,142); }
H1.HeaderClassName
{
color: #0B198E;
}
.AnyTagClassName
{
color: #0B198E;
}
</style>
background-color css
<style>
a { background-color: #0B198E; }
a { background-color: rgb(11,25,142); }
div.DivClassName
{
background-color: #0B198E;
}
.BgClassName
{
background-color: #0B198E;
}
</style>
border-color css
<style>
span { border-color: #0B198E; }
span { border-color: rgb(11,25,142); }
td.TdClassName
{
border-color: #0B198E;
}
.TagClassName
{
border-color: #0B198E;
}
</style>