Shades of Ultramarine #110081
Tints of Ultramarine #110081
RGB
CMYK
RGB Variations
Color information
#110081 (or 0x110081) is known color: Ultramarine. HEX triplet: 11, 00 and 81. RGB value is (17,0,129). Sum of RGB (Red+Green+Blue) = 17+0+129=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 129 (50.78% from 255 or 88.36% from 146); Max value from RGB is 129 - color contains mainly: blue. Hex color #110081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110081 is #EEFF7E. Grayscale: #131313. Windows color (decimal): -15662975 or 8454161. OLE color: 8454161.
HSL color Cylindrical-coordinate representation of color #110081: hue angle of 247.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110081 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 0 | 129 | - |
| CMYK | 0.87 | 1 | 0 | 0.49 |
| HSL | 247.91º | 1% | 0.25% | - |
| HSV(B) | 247.91º | 1% | 0.51% | - |
| XYZ | 4.19 | 1.7 | 20.88 | - |
| YUV | 19.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 129 | 0.87 | 1 | 0 | 0.49 | 247.91 | 1 | 0.25 |
| Hex | 11 | 0 | 81 | 57 | 64 | 0 | 31 | F8 | 64 | 19 |
| Octal | 21 | 0 | 201 | 127 | 144 | 0 | 61 | 370 | 144 | 31 |
| Binary | 10001 | 0 | 10000001 | 1010111 | 1100100 | 0 | 110001 | 11111000 | 1100100 | 11001 |
Color Harmonies of #110081
Complementary color
Monochromatic Colors of #110081
Black with #110081
Text Example
Text Example
White with #110081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110081; }
p { color: rgb(17,0,129); }
H1.HeaderClassName
{
color: #110081;
}
.AnyTagClassName
{
color: #110081;
}
</style>
background-color css
<style>
a { background-color: #110081; }
a { background-color: rgb(17,0,129); }
div.DivClassName
{
background-color: #110081;
}
.BgClassName
{
background-color: #110081;
}
</style>
border-color css
<style>
span { border-color: #110081; }
span { border-color: rgb(17,0,129); }
td.TdClassName
{
border-color: #110081;
}
.TagClassName
{
border-color: #110081;
}
</style>