Shades of Ultramarine #0B129A
Tints of Ultramarine #0B129A
RGB
CMYK
RGB Variations
Color information
#0B129A (or 0x0B129A) is known color: Ultramarine. HEX triplet: 0B, 12 and 9A. RGB value is (11,18,154). Sum of RGB (Red+Green+Blue) = 11+18+154=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B129A is #F4ED65. Grayscale: #1E1E1E. Windows color (decimal): -16051558 or 10097163. OLE color: 10097163.
HSL color Cylindrical-coordinate representation of color #0B129A: hue angle of 237.06º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B129A is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 18 | 154 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.40 |
| HSL | 237.06º | 0.87% | 0.32% | - |
| HSV(B) | 237.06º | 0.93% | 0.6% | - |
| XYZ | 6.19 | 2.84 | 30.79 | - |
| YUV | 31.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 154 | 0.93 | 0.88 | 0 | 0.40 | 237.06 | 0.87 | 0.32 |
| Hex | B | 12 | 9A | 5D | 58 | 0 | 28 | ED | 57 | 20 |
| Octal | 13 | 22 | 232 | 135 | 130 | 0 | 50 | 355 | 127 | 40 |
| Binary | 1011 | 10010 | 10011010 | 1011101 | 1011000 | 0 | 101000 | 11101101 | 1010111 | 100000 |
Color Harmonies of #0B129A
Complementary color
Monochromatic Colors of #0B129A
Black with #0B129A
Text Example
Text Example
White with #0B129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B129A; }
p { color: rgb(11,18,154); }
H1.HeaderClassName
{
color: #0B129A;
}
.AnyTagClassName
{
color: #0B129A;
}
</style>
background-color css
<style>
a { background-color: #0B129A; }
a { background-color: rgb(11,18,154); }
div.DivClassName
{
background-color: #0B129A;
}
.BgClassName
{
background-color: #0B129A;
}
</style>
border-color css
<style>
span { border-color: #0B129A; }
span { border-color: rgb(11,18,154); }
td.TdClassName
{
border-color: #0B129A;
}
.TagClassName
{
border-color: #0B129A;
}
</style>