Shades of Ultramarine #0B198B
Tints of Ultramarine #0B198B
RGB
CMYK
RGB Variations
Color information
#0B198B (or 0x0B198B) is known color: Ultramarine. HEX triplet: 0B, 19 and 8B. RGB value is (11,25,139). Sum of RGB (Red+Green+Blue) = 11+25+139=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B198B is #F4E674. Grayscale: #212121. Windows color (decimal): -16049781 or 9115915. OLE color: 9115915.
HSL color Cylindrical-coordinate representation of color #0B198B: hue angle of 233.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B198B is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 25 | 139 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.45 |
| HSL | 233.44º | 0.85% | 0.29% | - |
| HSV(B) | 233.44º | 0.92% | 0.55% | - |
| XYZ | 5.15 | 2.63 | 24.66 | - |
| YUV | 33.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 139 | 0.92 | 0.82 | 0 | 0.45 | 233.44 | 0.85 | 0.29 |
| Hex | B | 19 | 8B | 5C | 52 | 0 | 2D | E9 | 55 | 1D |
| Octal | 13 | 31 | 213 | 134 | 122 | 0 | 55 | 351 | 125 | 35 |
| Binary | 1011 | 11001 | 10001011 | 1011100 | 1010010 | 0 | 101101 | 11101001 | 1010101 | 11101 |
Color Harmonies of #0B198B
Complementary color
Monochromatic Colors of #0B198B
Black with #0B198B
Text Example
Text Example
White with #0B198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B198B; }
p { color: rgb(11,25,139); }
H1.HeaderClassName
{
color: #0B198B;
}
.AnyTagClassName
{
color: #0B198B;
}
</style>
background-color css
<style>
a { background-color: #0B198B; }
a { background-color: rgb(11,25,139); }
div.DivClassName
{
background-color: #0B198B;
}
.BgClassName
{
background-color: #0B198B;
}
</style>
border-color css
<style>
span { border-color: #0B198B; }
span { border-color: rgb(11,25,139); }
td.TdClassName
{
border-color: #0B198B;
}
.TagClassName
{
border-color: #0B198B;
}
</style>