Shades of Ultramarine #11017F
Tints of Ultramarine #11017F
RGB
CMYK
RGB Variations
Color information
#11017F (or 0x11017F) is known color: Ultramarine. HEX triplet: 11, 01 and 7F. RGB value is (17,1,127). Sum of RGB (Red+Green+Blue) = 17+1+127=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #11017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11017F is #EEFE80. Grayscale: #131313. Windows color (decimal): -15662721 or 8323345. OLE color: 8323345.
HSL color Cylindrical-coordinate representation of color #11017F: hue angle of 247.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11017F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 1 | 127 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.50 |
| HSL | 247.62º | 0.98% | 0.25% | - |
| HSV(B) | 247.62º | 0.99% | 0.5% | - |
| XYZ | 4.07 | 1.67 | 20.19 | - |
| YUV | 20.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 127 | 0.87 | 0.99 | 0 | 0.50 | 247.62 | 0.98 | 0.25 |
| Hex | 11 | 1 | 7F | 57 | 63 | 0 | 32 | F8 | 62 | 19 |
| Octal | 21 | 1 | 177 | 127 | 143 | 0 | 62 | 370 | 142 | 31 |
| Binary | 10001 | 1 | 1111111 | 1010111 | 1100011 | 0 | 110010 | 11111000 | 1100010 | 11001 |
Color Harmonies of #11017F
Complementary color
Monochromatic Colors of #11017F
Black with #11017F
Text Example
Text Example
White with #11017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11017F; }
p { color: rgb(17,1,127); }
H1.HeaderClassName
{
color: #11017F;
}
.AnyTagClassName
{
color: #11017F;
}
</style>
background-color css
<style>
a { background-color: #11017F; }
a { background-color: rgb(17,1,127); }
div.DivClassName
{
background-color: #11017F;
}
.BgClassName
{
background-color: #11017F;
}
</style>
border-color css
<style>
span { border-color: #11017F; }
span { border-color: rgb(17,1,127); }
td.TdClassName
{
border-color: #11017F;
}
.TagClassName
{
border-color: #11017F;
}
</style>