Shades of Ultramarine #11078B
Tints of Ultramarine #11078B
RGB
CMYK
RGB Variations
Color information
#11078B (or 0x11078B) is known color: Ultramarine. HEX triplet: 11, 07 and 8B. RGB value is (17,7,139). Sum of RGB (Red+Green+Blue) = 17+7+139=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #11078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11078B is #EEF874. Grayscale: #181818. Windows color (decimal): -15661173 or 9111313. OLE color: 9111313.
HSL color Cylindrical-coordinate representation of color #11078B: hue angle of 244.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11078B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 7 | 139 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.45 |
| HSL | 244.55º | 0.9% | 0.29% | - |
| HSV(B) | 244.55º | 0.95% | 0.55% | - |
| XYZ | 4.97 | 2.14 | 24.58 | - |
| YUV | 25.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 139 | 0.88 | 0.95 | 0 | 0.45 | 244.55 | 0.9 | 0.29 |
| Hex | 11 | 7 | 8B | 58 | 5F | 0 | 2D | F5 | 5A | 1D |
| Octal | 21 | 7 | 213 | 130 | 137 | 0 | 55 | 365 | 132 | 35 |
| Binary | 10001 | 111 | 10001011 | 1011000 | 1011111 | 0 | 101101 | 11110101 | 1011010 | 11101 |
Color Harmonies of #11078B
Complementary color
Monochromatic Colors of #11078B
Black with #11078B
Text Example
Text Example
White with #11078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11078B; }
p { color: rgb(17,7,139); }
H1.HeaderClassName
{
color: #11078B;
}
.AnyTagClassName
{
color: #11078B;
}
</style>
background-color css
<style>
a { background-color: #11078B; }
a { background-color: rgb(17,7,139); }
div.DivClassName
{
background-color: #11078B;
}
.BgClassName
{
background-color: #11078B;
}
</style>
border-color css
<style>
span { border-color: #11078B; }
span { border-color: rgb(17,7,139); }
td.TdClassName
{
border-color: #11078B;
}
.TagClassName
{
border-color: #11078B;
}
</style>