Shades of Ultramarine #0B1281
Tints of Ultramarine #0B1281
RGB
CMYK
RGB Variations
Color information
#0B1281 (or 0x0B1281) is known color: Ultramarine. HEX triplet: 0B, 12 and 81. RGB value is (11,18,129). Sum of RGB (Red+Green+Blue) = 11+18+129=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 129 (50.78% from 255 or 81.65% from 158); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B1281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1281 is #F4ED7E. Grayscale: #1C1C1C. Windows color (decimal): -16051583 or 8458763. OLE color: 8458763.
HSL color Cylindrical-coordinate representation of color #0B1281: hue angle of 236.44º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1281 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 18 | 129 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.49 |
| HSL | 236.44º | 0.84% | 0.27% | - |
| HSV(B) | 236.44º | 0.91% | 0.51% | - |
| XYZ | 4.32 | 2.09 | 20.94 | - |
| YUV | 28.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 129 | 0.91 | 0.86 | 0 | 0.49 | 236.44 | 0.84 | 0.27 |
| Hex | B | 12 | 81 | 5B | 56 | 0 | 31 | EC | 54 | 1B |
| Octal | 13 | 22 | 201 | 133 | 126 | 0 | 61 | 354 | 124 | 33 |
| Binary | 1011 | 10010 | 10000001 | 1011011 | 1010110 | 0 | 110001 | 11101100 | 1010100 | 11011 |
Color Harmonies of #0B1281
Complementary color
Monochromatic Colors of #0B1281
Black with #0B1281
Text Example
Text Example
White with #0B1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1281; }
p { color: rgb(11,18,129); }
H1.HeaderClassName
{
color: #0B1281;
}
.AnyTagClassName
{
color: #0B1281;
}
</style>
background-color css
<style>
a { background-color: #0B1281; }
a { background-color: rgb(11,18,129); }
div.DivClassName
{
background-color: #0B1281;
}
.BgClassName
{
background-color: #0B1281;
}
</style>
border-color css
<style>
span { border-color: #0B1281; }
span { border-color: rgb(11,18,129); }
td.TdClassName
{
border-color: #0B1281;
}
.TagClassName
{
border-color: #0B1281;
}
</style>