Shades of Ultramarine #11057F
Tints of Ultramarine #11057F
RGB
CMYK
RGB Variations
Color information
#11057F (or 0x11057F) is known color: Ultramarine. HEX triplet: 11, 05 and 7F. RGB value is (17,5,127). Sum of RGB (Red+Green+Blue) = 17+5+127=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #11057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057F is #EEFA80. Grayscale: #161616. Windows color (decimal): -15661697 or 8324369. OLE color: 8324369.
HSL color Cylindrical-coordinate representation of color #11057F: hue angle of 245.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11057F is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 5 | 127 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.50 |
| HSL | 245.9º | 0.92% | 0.26% | - |
| HSV(B) | 245.9º | 0.96% | 0.5% | - |
| XYZ | 4.12 | 1.76 | 20.2 | - |
| YUV | 22.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 127 | 0.87 | 0.96 | 0 | 0.50 | 245.9 | 0.92 | 0.26 |
| Hex | 11 | 5 | 7F | 57 | 60 | 0 | 32 | F6 | 5C | 1A |
| Octal | 21 | 5 | 177 | 127 | 140 | 0 | 62 | 366 | 134 | 32 |
| Binary | 10001 | 101 | 1111111 | 1010111 | 1100000 | 0 | 110010 | 11110110 | 1011100 | 11010 |
Color Harmonies of #11057F
Complementary color
Monochromatic Colors of #11057F
Black with #11057F
Text Example
Text Example
White with #11057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11057F; }
p { color: rgb(17,5,127); }
H1.HeaderClassName
{
color: #11057F;
}
.AnyTagClassName
{
color: #11057F;
}
</style>
background-color css
<style>
a { background-color: #11057F; }
a { background-color: rgb(17,5,127); }
div.DivClassName
{
background-color: #11057F;
}
.BgClassName
{
background-color: #11057F;
}
</style>
border-color css
<style>
span { border-color: #11057F; }
span { border-color: rgb(17,5,127); }
td.TdClassName
{
border-color: #11057F;
}
.TagClassName
{
border-color: #11057F;
}
</style>