Shades of Ultramarine #11018D
Tints of Ultramarine #11018D
RGB
CMYK
RGB Variations
Color information
#11018D (or 0x11018D) is known color: Ultramarine. HEX triplet: 11, 01 and 8D. RGB value is (17,1,141). Sum of RGB (Red+Green+Blue) = 17+1+141=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #11018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11018D is #EEFE72. Grayscale: #151515. Windows color (decimal): -15662707 or 9240849. OLE color: 9240849.
HSL color Cylindrical-coordinate representation of color #11018D: hue angle of 246.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11018D is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 1 | 141 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.45 |
| HSL | 246.86º | 0.99% | 0.28% | - |
| HSV(B) | 246.86º | 0.99% | 0.55% | - |
| XYZ | 5.05 | 2.06 | 25.33 | - |
| YUV | 21.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 141 | 0.88 | 0.99 | 0 | 0.45 | 246.86 | 0.99 | 0.28 |
| Hex | 11 | 1 | 8D | 58 | 63 | 0 | 2D | F7 | 63 | 1C |
| Octal | 21 | 1 | 215 | 130 | 143 | 0 | 55 | 367 | 143 | 34 |
| Binary | 10001 | 1 | 10001101 | 1011000 | 1100011 | 0 | 101101 | 11110111 | 1100011 | 11100 |
Color Harmonies of #11018D
Complementary color
Monochromatic Colors of #11018D
Black with #11018D
Text Example
Text Example
White with #11018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11018D; }
p { color: rgb(17,1,141); }
H1.HeaderClassName
{
color: #11018D;
}
.AnyTagClassName
{
color: #11018D;
}
</style>
background-color css
<style>
a { background-color: #11018D; }
a { background-color: rgb(17,1,141); }
div.DivClassName
{
background-color: #11018D;
}
.BgClassName
{
background-color: #11018D;
}
</style>
border-color css
<style>
span { border-color: #11018D; }
span { border-color: rgb(17,1,141); }
td.TdClassName
{
border-color: #11018D;
}
.TagClassName
{
border-color: #11018D;
}
</style>