Shades of Ultramarine #0B1492
Tints of Ultramarine #0B1492
RGB
CMYK
RGB Variations
Color information
#0B1492 (or 0x0B1492) is known color: Ultramarine. HEX triplet: 0B, 14 and 92. RGB value is (11,20,146). Sum of RGB (Red+Green+Blue) = 11+20+146=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B1492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1492 is #F4EB6D. Grayscale: #1F1F1F. Windows color (decimal): -16051054 or 9573387. OLE color: 9573387.
HSL color Cylindrical-coordinate representation of color #0B1492: hue angle of 236º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1492 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 20 | 146 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.43 |
| HSL | 236º | 0.86% | 0.31% | - |
| HSV(B) | 236º | 0.92% | 0.57% | - |
| XYZ | 5.58 | 2.65 | 27.41 | - |
| YUV | 31.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 146 | 0.92 | 0.86 | 0 | 0.43 | 236 | 0.86 | 0.31 |
| Hex | B | 14 | 92 | 5C | 56 | 0 | 2B | EC | 56 | 1F |
| Octal | 13 | 24 | 222 | 134 | 126 | 0 | 53 | 354 | 126 | 37 |
| Binary | 1011 | 10100 | 10010010 | 1011100 | 1010110 | 0 | 101011 | 11101100 | 1010110 | 11111 |
Color Harmonies of #0B1492
Complementary color
Monochromatic Colors of #0B1492
Black with #0B1492
Text Example
Text Example
White with #0B1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1492; }
p { color: rgb(11,20,146); }
H1.HeaderClassName
{
color: #0B1492;
}
.AnyTagClassName
{
color: #0B1492;
}
</style>
background-color css
<style>
a { background-color: #0B1492; }
a { background-color: rgb(11,20,146); }
div.DivClassName
{
background-color: #0B1492;
}
.BgClassName
{
background-color: #0B1492;
}
</style>
border-color css
<style>
span { border-color: #0B1492; }
span { border-color: rgb(11,20,146); }
td.TdClassName
{
border-color: #0B1492;
}
.TagClassName
{
border-color: #0B1492;
}
</style>