Shades of Ultramarine #11068D
Tints of Ultramarine #11068D
RGB
CMYK
RGB Variations
Color information
#11068D (or 0x11068D) is known color: Ultramarine. HEX triplet: 11, 06 and 8D. RGB value is (17,6,141). Sum of RGB (Red+Green+Blue) = 17+6+141=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #11068D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11068D is #EEF972. Grayscale: #181818. Windows color (decimal): -15661427 or 9242129. OLE color: 9242129.
HSL color Cylindrical-coordinate representation of color #11068D: hue angle of 244.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11068D is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 6 | 141 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.45 |
| HSL | 244.89º | 0.92% | 0.29% | - |
| HSV(B) | 244.89º | 0.96% | 0.55% | - |
| XYZ | 5.1 | 2.17 | 25.35 | - |
| YUV | 24.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 141 | 0.88 | 0.96 | 0 | 0.45 | 244.89 | 0.92 | 0.29 |
| Hex | 11 | 6 | 8D | 58 | 60 | 0 | 2D | F5 | 5C | 1D |
| Octal | 21 | 6 | 215 | 130 | 140 | 0 | 55 | 365 | 134 | 35 |
| Binary | 10001 | 110 | 10001101 | 1011000 | 1100000 | 0 | 101101 | 11110101 | 1011100 | 11101 |
Color Harmonies of #11068D
Complementary color
Monochromatic Colors of #11068D
Black with #11068D
Text Example
Text Example
White with #11068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11068D; }
p { color: rgb(17,6,141); }
H1.HeaderClassName
{
color: #11068D;
}
.AnyTagClassName
{
color: #11068D;
}
</style>
background-color css
<style>
a { background-color: #11068D; }
a { background-color: rgb(17,6,141); }
div.DivClassName
{
background-color: #11068D;
}
.BgClassName
{
background-color: #11068D;
}
</style>
border-color css
<style>
span { border-color: #11068D; }
span { border-color: rgb(17,6,141); }
td.TdClassName
{
border-color: #11068D;
}
.TagClassName
{
border-color: #11068D;
}
</style>