Shades of Ultramarine #110B80
Tints of Ultramarine #110B80
RGB
CMYK
RGB Variations
Color information
#110B80 (or 0x110B80) is known color: Ultramarine. HEX triplet: 11, 0B and 80. RGB value is (17,11,128). Sum of RGB (Red+Green+Blue) = 17+11+128=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #110B80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B80 is #EEF47F. Grayscale: #191919. Windows color (decimal): -15660160 or 8391441. OLE color: 8391441.
HSL color Cylindrical-coordinate representation of color #110B80: hue angle of 243.08º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110B80 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 11 | 128 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.50 |
| HSL | 243.08º | 0.84% | 0.27% | - |
| HSV(B) | 243.08º | 0.91% | 0.5% | - |
| XYZ | 4.25 | 1.92 | 20.57 | - |
| YUV | 26.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 128 | 0.87 | 0.91 | 0 | 0.50 | 243.08 | 0.84 | 0.27 |
| Hex | 11 | B | 80 | 57 | 5B | 0 | 32 | F3 | 54 | 1B |
| Octal | 21 | 13 | 200 | 127 | 133 | 0 | 62 | 363 | 124 | 33 |
| Binary | 10001 | 1011 | 10000000 | 1010111 | 1011011 | 0 | 110010 | 11110011 | 1010100 | 11011 |
Color Harmonies of #110B80
Complementary color
Monochromatic Colors of #110B80
Black with #110B80
Text Example
Text Example
White with #110B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B80; }
p { color: rgb(17,11,128); }
H1.HeaderClassName
{
color: #110B80;
}
.AnyTagClassName
{
color: #110B80;
}
</style>
background-color css
<style>
a { background-color: #110B80; }
a { background-color: rgb(17,11,128); }
div.DivClassName
{
background-color: #110B80;
}
.BgClassName
{
background-color: #110B80;
}
</style>
border-color css
<style>
span { border-color: #110B80; }
span { border-color: rgb(17,11,128); }
td.TdClassName
{
border-color: #110B80;
}
.TagClassName
{
border-color: #110B80;
}
</style>