Shades of Ultramarine #11029E
Tints of Ultramarine #11029E
RGB
CMYK
RGB Variations
Color information
#11029E (or 0x11029E) is known color: Ultramarine. HEX triplet: 11, 02 and 9E. RGB value is (17,2,158). Sum of RGB (Red+Green+Blue) = 17+2+158=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #11029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11029E is #EEFD61. Grayscale: #171717. Windows color (decimal): -15662434 or 10355217. OLE color: 10355217.
HSL color Cylindrical-coordinate representation of color #11029E: hue angle of 245.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11029E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 2 | 158 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 245.77º | 0.98% | 0.31% | - |
| HSV(B) | 245.77º | 0.99% | 0.62% | - |
| XYZ | 6.42 | 2.63 | 32.52 | - |
| YUV | 24.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 158 | 0.89 | 0.99 | 0 | 0.38 | 245.77 | 0.98 | 0.31 |
| Hex | 11 | 2 | 9E | 59 | 63 | 0 | 26 | F6 | 62 | 1F |
| Octal | 21 | 2 | 236 | 131 | 143 | 0 | 46 | 366 | 142 | 37 |
| Binary | 10001 | 10 | 10011110 | 1011001 | 1100011 | 0 | 100110 | 11110110 | 1100010 | 11111 |
Color Harmonies of #11029E
Complementary color
Monochromatic Colors of #11029E
Black with #11029E
Text Example
Text Example
White with #11029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11029E; }
p { color: rgb(17,2,158); }
H1.HeaderClassName
{
color: #11029E;
}
.AnyTagClassName
{
color: #11029E;
}
</style>
background-color css
<style>
a { background-color: #11029E; }
a { background-color: rgb(17,2,158); }
div.DivClassName
{
background-color: #11029E;
}
.BgClassName
{
background-color: #11029E;
}
</style>
border-color css
<style>
span { border-color: #11029E; }
span { border-color: rgb(17,2,158); }
td.TdClassName
{
border-color: #11029E;
}
.TagClassName
{
border-color: #11029E;
}
</style>