Shades of Ultramarine #0B1383
Tints of Ultramarine #0B1383
RGB
CMYK
RGB Variations
Color information
#0B1383 (or 0x0B1383) is known color: Ultramarine. HEX triplet: 0B, 13 and 83. RGB value is (11,19,131). Sum of RGB (Red+Green+Blue) = 11+19+131=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #0B1383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1383 is #F4EC7C. Grayscale: #1C1C1C. Windows color (decimal): -16051325 or 8590091. OLE color: 8590091.
HSL color Cylindrical-coordinate representation of color #0B1383: hue angle of 236º degrees, saturation: 0.85, 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 #0B1383 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 19 | 131 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.49 |
| HSL | 236º | 0.85% | 0.28% | - |
| HSV(B) | 236º | 0.92% | 0.51% | - |
| XYZ | 4.47 | 2.18 | 21.66 | - |
| YUV | 29.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 131 | 0.92 | 0.85 | 0 | 0.49 | 236 | 0.85 | 0.28 |
| Hex | B | 13 | 83 | 5C | 55 | 0 | 31 | EC | 55 | 1C |
| Octal | 13 | 23 | 203 | 134 | 125 | 0 | 61 | 354 | 125 | 34 |
| Binary | 1011 | 10011 | 10000011 | 1011100 | 1010101 | 0 | 110001 | 11101100 | 1010101 | 11100 |
Color Harmonies of #0B1383
Complementary color
Monochromatic Colors of #0B1383
Black with #0B1383
Text Example
Text Example
White with #0B1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1383; }
p { color: rgb(11,19,131); }
H1.HeaderClassName
{
color: #0B1383;
}
.AnyTagClassName
{
color: #0B1383;
}
</style>
background-color css
<style>
a { background-color: #0B1383; }
a { background-color: rgb(11,19,131); }
div.DivClassName
{
background-color: #0B1383;
}
.BgClassName
{
background-color: #0B1383;
}
</style>
border-color css
<style>
span { border-color: #0B1383; }
span { border-color: rgb(11,19,131); }
td.TdClassName
{
border-color: #0B1383;
}
.TagClassName
{
border-color: #0B1383;
}
</style>