Shades of Ultramarine #11079D
Tints of Ultramarine #11079D
RGB
CMYK
RGB Variations
Color information
#11079D (or 0x11079D) is known color: Ultramarine. HEX triplet: 11, 07 and 9D. RGB value is (17,7,157). Sum of RGB (Red+Green+Blue) = 17+7+157=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #11079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11079D is #EEF862. Grayscale: #1A1A1A. Windows color (decimal): -15661155 or 10290961. OLE color: 10290961.
HSL color Cylindrical-coordinate representation of color #11079D: hue angle of 244º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11079D is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 7 | 157 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.38 |
| HSL | 244º | 0.91% | 0.32% | - |
| HSV(B) | 244º | 0.96% | 0.62% | - |
| XYZ | 6.39 | 2.71 | 32.08 | - |
| YUV | 27.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 157 | 0.89 | 0.96 | 0 | 0.38 | 244 | 0.91 | 0.32 |
| Hex | 11 | 7 | 9D | 59 | 60 | 0 | 26 | F4 | 5B | 20 |
| Octal | 21 | 7 | 235 | 131 | 140 | 0 | 46 | 364 | 133 | 40 |
| Binary | 10001 | 111 | 10011101 | 1011001 | 1100000 | 0 | 100110 | 11110100 | 1011011 | 100000 |
Color Harmonies of #11079D
Complementary color
Monochromatic Colors of #11079D
Black with #11079D
Text Example
Text Example
White with #11079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11079D; }
p { color: rgb(17,7,157); }
H1.HeaderClassName
{
color: #11079D;
}
.AnyTagClassName
{
color: #11079D;
}
</style>
background-color css
<style>
a { background-color: #11079D; }
a { background-color: rgb(17,7,157); }
div.DivClassName
{
background-color: #11079D;
}
.BgClassName
{
background-color: #11079D;
}
</style>
border-color css
<style>
span { border-color: #11079D; }
span { border-color: rgb(17,7,157); }
td.TdClassName
{
border-color: #11079D;
}
.TagClassName
{
border-color: #11079D;
}
</style>