Shades of Ultramarine #0B128D
Tints of Ultramarine #0B128D
RGB
CMYK
RGB Variations
Color information
#0B128D (or 0x0B128D) is known color: Ultramarine. HEX triplet: 0B, 12 and 8D. RGB value is (11,18,141). Sum of RGB (Red+Green+Blue) = 11+18+141=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B128D is #F4ED72. Grayscale: #1D1D1D. Windows color (decimal): -16051571 or 9245195. OLE color: 9245195.
HSL color Cylindrical-coordinate representation of color #0B128D: hue angle of 236.77º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B128D is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 18 | 141 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.45 |
| HSL | 236.77º | 0.86% | 0.3% | - |
| HSV(B) | 236.77º | 0.92% | 0.55% | - |
| XYZ | 5.16 | 2.43 | 25.4 | - |
| YUV | 29.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 141 | 0.92 | 0.87 | 0 | 0.45 | 236.77 | 0.86 | 0.3 |
| Hex | B | 12 | 8D | 5C | 57 | 0 | 2D | ED | 56 | 1E |
| Octal | 13 | 22 | 215 | 134 | 127 | 0 | 55 | 355 | 126 | 36 |
| Binary | 1011 | 10010 | 10001101 | 1011100 | 1010111 | 0 | 101101 | 11101101 | 1010110 | 11110 |
Color Harmonies of #0B128D
Complementary color
Monochromatic Colors of #0B128D
Black with #0B128D
Text Example
Text Example
White with #0B128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B128D; }
p { color: rgb(11,18,141); }
H1.HeaderClassName
{
color: #0B128D;
}
.AnyTagClassName
{
color: #0B128D;
}
</style>
background-color css
<style>
a { background-color: #0B128D; }
a { background-color: rgb(11,18,141); }
div.DivClassName
{
background-color: #0B128D;
}
.BgClassName
{
background-color: #0B128D;
}
</style>
border-color css
<style>
span { border-color: #0B128D; }
span { border-color: rgb(11,18,141); }
td.TdClassName
{
border-color: #0B128D;
}
.TagClassName
{
border-color: #0B128D;
}
</style>