Shades of Ultramarine #110B83
Tints of Ultramarine #110B83
RGB
CMYK
RGB Variations
Color information
#110B83 (or 0x110B83) is known color: Ultramarine. HEX triplet: 11, 0B and 83. RGB value is (17,11,131). Sum of RGB (Red+Green+Blue) = 17+11+131=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #110B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B83 is #EEF47C. Grayscale: #1A1A1A. Windows color (decimal): -15660157 or 8588049. OLE color: 8588049.
HSL color Cylindrical-coordinate representation of color #110B83: hue angle of 243º 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 #110B83 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 11 | 131 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.49 |
| HSL | 243º | 0.85% | 0.28% | - |
| HSV(B) | 243º | 0.92% | 0.51% | - |
| XYZ | 4.45 | 2 | 21.62 | - |
| YUV | 26.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 131 | 0.87 | 0.92 | 0 | 0.49 | 243 | 0.85 | 0.28 |
| Hex | 11 | B | 83 | 57 | 5C | 0 | 31 | F3 | 55 | 1C |
| Octal | 21 | 13 | 203 | 127 | 134 | 0 | 61 | 363 | 125 | 34 |
| Binary | 10001 | 1011 | 10000011 | 1010111 | 1011100 | 0 | 110001 | 11110011 | 1010101 | 11100 |
Color Harmonies of #110B83
Complementary color
Monochromatic Colors of #110B83
Black with #110B83
Text Example
Text Example
White with #110B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B83; }
p { color: rgb(17,11,131); }
H1.HeaderClassName
{
color: #110B83;
}
.AnyTagClassName
{
color: #110B83;
}
</style>
background-color css
<style>
a { background-color: #110B83; }
a { background-color: rgb(17,11,131); }
div.DivClassName
{
background-color: #110B83;
}
.BgClassName
{
background-color: #110B83;
}
</style>
border-color css
<style>
span { border-color: #110B83; }
span { border-color: rgb(17,11,131); }
td.TdClassName
{
border-color: #110B83;
}
.TagClassName
{
border-color: #110B83;
}
</style>