Shades of Ultramarine #11029F
Tints of Ultramarine #11029F
RGB
CMYK
RGB Variations
Color information
#11029F (or 0x11029F) is known color: Ultramarine. HEX triplet: 11, 02 and 9F. RGB value is (17,2,159). Sum of RGB (Red+Green+Blue) = 17+2+159=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #11029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11029F is #EEFD60. Grayscale: #171717. Windows color (decimal): -15662433 or 10420753. OLE color: 10420753.
HSL color Cylindrical-coordinate representation of color #11029F: hue angle of 245.73º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11029F is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 2 | 159 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 245.73º | 0.98% | 0.32% | - |
| HSV(B) | 245.73º | 0.99% | 0.62% | - |
| XYZ | 6.51 | 2.67 | 32.97 | - |
| YUV | 24.38 | 203.97 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 159 | 0.89 | 0.99 | 0 | 0.38 | 245.73 | 0.98 | 0.32 |
| Hex | 11 | 2 | 9F | 59 | 63 | 0 | 26 | F6 | 62 | 20 |
| Octal | 21 | 2 | 237 | 131 | 143 | 0 | 46 | 366 | 142 | 40 |
| Binary | 10001 | 10 | 10011111 | 1011001 | 1100011 | 0 | 100110 | 11110110 | 1100010 | 100000 |
Color Harmonies of #11029F
Complementary color
Monochromatic Colors of #11029F
Black with #11029F
Text Example
Text Example
White with #11029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11029F; }
p { color: rgb(17,2,159); }
H1.HeaderClassName
{
color: #11029F;
}
.AnyTagClassName
{
color: #11029F;
}
</style>
background-color css
<style>
a { background-color: #11029F; }
a { background-color: rgb(17,2,159); }
div.DivClassName
{
background-color: #11029F;
}
.BgClassName
{
background-color: #11029F;
}
</style>
border-color css
<style>
span { border-color: #11029F; }
span { border-color: rgb(17,2,159); }
td.TdClassName
{
border-color: #11029F;
}
.TagClassName
{
border-color: #11029F;
}
</style>