Shades of Ultramarine #11068F
Tints of Ultramarine #11068F
RGB
CMYK
RGB Variations
Color information
#11068F (or 0x11068F) is known color: Ultramarine. HEX triplet: 11, 06 and 8F. RGB value is (17,6,143). Sum of RGB (Red+Green+Blue) = 17+6+143=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #11068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11068F is #EEF970. Grayscale: #181818. Windows color (decimal): -15661425 or 9373201. OLE color: 9373201.
HSL color Cylindrical-coordinate representation of color #11068F: hue angle of 244.82º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11068F is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 6 | 143 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.44 |
| HSL | 244.82º | 0.92% | 0.29% | - |
| HSV(B) | 244.82º | 0.96% | 0.56% | - |
| XYZ | 5.25 | 2.23 | 26.14 | - |
| YUV | 24.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 143 | 0.88 | 0.96 | 0 | 0.44 | 244.82 | 0.92 | 0.29 |
| Hex | 11 | 6 | 8F | 58 | 60 | 0 | 2C | F5 | 5C | 1D |
| Octal | 21 | 6 | 217 | 130 | 140 | 0 | 54 | 365 | 134 | 35 |
| Binary | 10001 | 110 | 10001111 | 1011000 | 1100000 | 0 | 101100 | 11110101 | 1011100 | 11101 |
Color Harmonies of #11068F
Complementary color
Monochromatic Colors of #11068F
Black with #11068F
Text Example
Text Example
White with #11068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11068F; }
p { color: rgb(17,6,143); }
H1.HeaderClassName
{
color: #11068F;
}
.AnyTagClassName
{
color: #11068F;
}
</style>
background-color css
<style>
a { background-color: #11068F; }
a { background-color: rgb(17,6,143); }
div.DivClassName
{
background-color: #11068F;
}
.BgClassName
{
background-color: #11068F;
}
</style>
border-color css
<style>
span { border-color: #11068F; }
span { border-color: rgb(17,6,143); }
td.TdClassName
{
border-color: #11068F;
}
.TagClassName
{
border-color: #11068F;
}
</style>