Shades of Ultramarine #11048D
Tints of Ultramarine #11048D
RGB
CMYK
RGB Variations
Color information
#11048D (or 0x11048D) is known color: Ultramarine. HEX triplet: 11, 04 and 8D. RGB value is (17,4,141). Sum of RGB (Red+Green+Blue) = 17+4+141=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #11048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11048D is #EEFB72. Grayscale: #161616. Windows color (decimal): -15661939 or 9241617. OLE color: 9241617.
HSL color Cylindrical-coordinate representation of color #11048D: hue angle of 245.69º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11048D is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 4 | 141 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.45 |
| HSL | 245.69º | 0.94% | 0.28% | - |
| HSV(B) | 245.69º | 0.97% | 0.55% | - |
| XYZ | 5.08 | 2.13 | 25.34 | - |
| YUV | 23.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 141 | 0.88 | 0.97 | 0 | 0.45 | 245.69 | 0.94 | 0.28 |
| Hex | 11 | 4 | 8D | 58 | 61 | 0 | 2D | F6 | 5E | 1C |
| Octal | 21 | 4 | 215 | 130 | 141 | 0 | 55 | 366 | 136 | 34 |
| Binary | 10001 | 100 | 10001101 | 1011000 | 1100001 | 0 | 101101 | 11110110 | 1011110 | 11100 |
Color Harmonies of #11048D
Complementary color
Monochromatic Colors of #11048D
Black with #11048D
Text Example
Text Example
White with #11048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11048D; }
p { color: rgb(17,4,141); }
H1.HeaderClassName
{
color: #11048D;
}
.AnyTagClassName
{
color: #11048D;
}
</style>
background-color css
<style>
a { background-color: #11048D; }
a { background-color: rgb(17,4,141); }
div.DivClassName
{
background-color: #11048D;
}
.BgClassName
{
background-color: #11048D;
}
</style>
border-color css
<style>
span { border-color: #11048D; }
span { border-color: rgb(17,4,141); }
td.TdClassName
{
border-color: #11048D;
}
.TagClassName
{
border-color: #11048D;
}
</style>