Shades of Ultramarine #11018F
Tints of Ultramarine #11018F
RGB
CMYK
RGB Variations
Color information
#11018F (or 0x11018F) is known color: Ultramarine. HEX triplet: 11, 01 and 8F. RGB value is (17,1,143). Sum of RGB (Red+Green+Blue) = 17+1+143=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 143 (56.25% from 255 or 88.82% from 161); Max value from RGB is 143 - color contains mainly: blue. Hex color #11018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11018F is #EEFE70. Grayscale: #151515. Windows color (decimal): -15662705 or 9371921. OLE color: 9371921.
HSL color Cylindrical-coordinate representation of color #11018F: hue angle of 246.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11018F is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 1 | 143 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.44 |
| HSL | 246.76º | 0.99% | 0.28% | - |
| HSV(B) | 246.76º | 0.99% | 0.56% | - |
| XYZ | 5.2 | 2.12 | 26.12 | - |
| YUV | 21.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 143 | 0.88 | 0.99 | 0 | 0.44 | 246.76 | 0.99 | 0.28 |
| Hex | 11 | 1 | 8F | 58 | 63 | 0 | 2C | F7 | 63 | 1C |
| Octal | 21 | 1 | 217 | 130 | 143 | 0 | 54 | 367 | 143 | 34 |
| Binary | 10001 | 1 | 10001111 | 1011000 | 1100011 | 0 | 101100 | 11110111 | 1100011 | 11100 |
Color Harmonies of #11018F
Complementary color
Monochromatic Colors of #11018F
Black with #11018F
Text Example
Text Example
White with #11018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11018F; }
p { color: rgb(17,1,143); }
H1.HeaderClassName
{
color: #11018F;
}
.AnyTagClassName
{
color: #11018F;
}
</style>
background-color css
<style>
a { background-color: #11018F; }
a { background-color: rgb(17,1,143); }
div.DivClassName
{
background-color: #11018F;
}
.BgClassName
{
background-color: #11018F;
}
</style>
border-color css
<style>
span { border-color: #11018F; }
span { border-color: rgb(17,1,143); }
td.TdClassName
{
border-color: #11018F;
}
.TagClassName
{
border-color: #11018F;
}
</style>