Shades of Ultramarine #0B1282
Tints of Ultramarine #0B1282
RGB
CMYK
RGB Variations
Color information
#0B1282 (or 0x0B1282) is known color: Ultramarine. HEX triplet: 0B, 12 and 82. RGB value is (11,18,130). Sum of RGB (Red+Green+Blue) = 11+18+130=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B1282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1282 is #F4ED7D. Grayscale: #1C1C1C. Windows color (decimal): -16051582 or 8524299. OLE color: 8524299.
HSL color Cylindrical-coordinate representation of color #0B1282: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1282 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 18 | 130 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.49 |
| HSL | 236.47º | 0.84% | 0.28% | - |
| HSV(B) | 236.47º | 0.92% | 0.51% | - |
| XYZ | 4.38 | 2.12 | 21.3 | - |
| YUV | 28.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 130 | 0.92 | 0.86 | 0 | 0.49 | 236.47 | 0.84 | 0.28 |
| Hex | B | 12 | 82 | 5C | 56 | 0 | 31 | EC | 54 | 1C |
| Octal | 13 | 22 | 202 | 134 | 126 | 0 | 61 | 354 | 124 | 34 |
| Binary | 1011 | 10010 | 10000010 | 1011100 | 1010110 | 0 | 110001 | 11101100 | 1010100 | 11100 |
Color Harmonies of #0B1282
Complementary color
Monochromatic Colors of #0B1282
Black with #0B1282
Text Example
Text Example
White with #0B1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1282; }
p { color: rgb(11,18,130); }
H1.HeaderClassName
{
color: #0B1282;
}
.AnyTagClassName
{
color: #0B1282;
}
</style>
background-color css
<style>
a { background-color: #0B1282; }
a { background-color: rgb(11,18,130); }
div.DivClassName
{
background-color: #0B1282;
}
.BgClassName
{
background-color: #0B1282;
}
</style>
border-color css
<style>
span { border-color: #0B1282; }
span { border-color: rgb(11,18,130); }
td.TdClassName
{
border-color: #0B1282;
}
.TagClassName
{
border-color: #0B1282;
}
</style>