Shades of Ultramarine #11028D
Tints of Ultramarine #11028D
RGB
CMYK
RGB Variations
Color information
#11028D (or 0x11028D) is known color: Ultramarine. HEX triplet: 11, 02 and 8D. RGB value is (17,2,141). Sum of RGB (Red+Green+Blue) = 17+2+141=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #11028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11028D is #EEFD72. Grayscale: #151515. Windows color (decimal): -15662451 or 9241105. OLE color: 9241105.
HSL color Cylindrical-coordinate representation of color #11028D: hue angle of 246.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11028D is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 2 | 141 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.45 |
| HSL | 246.47º | 0.97% | 0.28% | - |
| HSV(B) | 246.47º | 0.99% | 0.55% | - |
| XYZ | 5.06 | 2.09 | 25.34 | - |
| YUV | 22.33 | 194.97 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 141 | 0.88 | 0.99 | 0 | 0.45 | 246.47 | 0.97 | 0.28 |
| Hex | 11 | 2 | 8D | 58 | 63 | 0 | 2D | F6 | 61 | 1C |
| Octal | 21 | 2 | 215 | 130 | 143 | 0 | 55 | 366 | 141 | 34 |
| Binary | 10001 | 10 | 10001101 | 1011000 | 1100011 | 0 | 101101 | 11110110 | 1100001 | 11100 |
Color Harmonies of #11028D
Complementary color
Monochromatic Colors of #11028D
Black with #11028D
Text Example
Text Example
White with #11028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11028D; }
p { color: rgb(17,2,141); }
H1.HeaderClassName
{
color: #11028D;
}
.AnyTagClassName
{
color: #11028D;
}
</style>
background-color css
<style>
a { background-color: #11028D; }
a { background-color: rgb(17,2,141); }
div.DivClassName
{
background-color: #11028D;
}
.BgClassName
{
background-color: #11028D;
}
</style>
border-color css
<style>
span { border-color: #11028D; }
span { border-color: rgb(17,2,141); }
td.TdClassName
{
border-color: #11028D;
}
.TagClassName
{
border-color: #11028D;
}
</style>