Shades of Ultramarine #11029D
Tints of Ultramarine #11029D
RGB
CMYK
RGB Variations
Color information
#11029D (or 0x11029D) is known color: Ultramarine. HEX triplet: 11, 02 and 9D. RGB value is (17,2,157). Sum of RGB (Red+Green+Blue) = 17+2+157=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #11029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11029D is #EEFD62. Grayscale: #171717. Windows color (decimal): -15662435 or 10289681. OLE color: 10289681.
HSL color Cylindrical-coordinate representation of color #11029D: hue angle of 245.81º degrees, saturation: 0.97, 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 #11029D is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 2 | 157 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.38 |
| HSL | 245.81º | 0.97% | 0.31% | - |
| HSV(B) | 245.81º | 0.99% | 0.62% | - |
| XYZ | 6.34 | 2.6 | 32.07 | - |
| YUV | 24.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 157 | 0.89 | 0.99 | 0 | 0.38 | 245.81 | 0.97 | 0.31 |
| Hex | 11 | 2 | 9D | 59 | 63 | 0 | 26 | F6 | 61 | 1F |
| Octal | 21 | 2 | 235 | 131 | 143 | 0 | 46 | 366 | 141 | 37 |
| Binary | 10001 | 10 | 10011101 | 1011001 | 1100011 | 0 | 100110 | 11110110 | 1100001 | 11111 |
Color Harmonies of #11029D
Complementary color
Monochromatic Colors of #11029D
Black with #11029D
Text Example
Text Example
White with #11029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11029D; }
p { color: rgb(17,2,157); }
H1.HeaderClassName
{
color: #11029D;
}
.AnyTagClassName
{
color: #11029D;
}
</style>
background-color css
<style>
a { background-color: #11029D; }
a { background-color: rgb(17,2,157); }
div.DivClassName
{
background-color: #11029D;
}
.BgClassName
{
background-color: #11029D;
}
</style>
border-color css
<style>
span { border-color: #11029D; }
span { border-color: rgb(17,2,157); }
td.TdClassName
{
border-color: #11029D;
}
.TagClassName
{
border-color: #11029D;
}
</style>