Shades of Ultramarine #11067F
Tints of Ultramarine #11067F
RGB
CMYK
RGB Variations
Color information
#11067F (or 0x11067F) is known color: Ultramarine. HEX triplet: 11, 06 and 7F. RGB value is (17,6,127). Sum of RGB (Red+Green+Blue) = 17+6+127=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #11067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11067F is #EEF980. Grayscale: #161616. Windows color (decimal): -15661441 or 8324625. OLE color: 8324625.
HSL color Cylindrical-coordinate representation of color #11067F: hue angle of 245.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11067F is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 6 | 127 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.50 |
| HSL | 245.45º | 0.91% | 0.26% | - |
| HSV(B) | 245.45º | 0.95% | 0.5% | - |
| XYZ | 4.13 | 1.78 | 20.21 | - |
| YUV | 23.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 127 | 0.87 | 0.95 | 0 | 0.50 | 245.45 | 0.91 | 0.26 |
| Hex | 11 | 6 | 7F | 57 | 5F | 0 | 32 | F5 | 5B | 1A |
| Octal | 21 | 6 | 177 | 127 | 137 | 0 | 62 | 365 | 133 | 32 |
| Binary | 10001 | 110 | 1111111 | 1010111 | 1011111 | 0 | 110010 | 11110101 | 1011011 | 11010 |
Color Harmonies of #11067F
Complementary color
Monochromatic Colors of #11067F
Black with #11067F
Text Example
Text Example
White with #11067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11067F; }
p { color: rgb(17,6,127); }
H1.HeaderClassName
{
color: #11067F;
}
.AnyTagClassName
{
color: #11067F;
}
</style>
background-color css
<style>
a { background-color: #11067F; }
a { background-color: rgb(17,6,127); }
div.DivClassName
{
background-color: #11067F;
}
.BgClassName
{
background-color: #11067F;
}
</style>
border-color css
<style>
span { border-color: #11067F; }
span { border-color: rgb(17,6,127); }
td.TdClassName
{
border-color: #11067F;
}
.TagClassName
{
border-color: #11067F;
}
</style>