Shades of Ultramarine #11048A
Tints of Ultramarine #11048A
RGB
CMYK
RGB Variations
Color information
#11048A (or 0x11048A) is known color: Ultramarine. HEX triplet: 11, 04 and 8A. RGB value is (17,4,138). Sum of RGB (Red+Green+Blue) = 17+4+138=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #11048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11048A is #EEFB75. Grayscale: #161616. Windows color (decimal): -15661942 or 9045009. OLE color: 9045009.
HSL color Cylindrical-coordinate representation of color #11048A: hue angle of 245.82º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11048A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 4 | 138 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.46 |
| HSL | 245.82º | 0.94% | 0.28% | - |
| HSV(B) | 245.82º | 0.97% | 0.54% | - |
| XYZ | 4.86 | 2.04 | 24.18 | - |
| YUV | 23.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 138 | 0.88 | 0.97 | 0 | 0.46 | 245.82 | 0.94 | 0.28 |
| Hex | 11 | 4 | 8A | 58 | 61 | 0 | 2E | F6 | 5E | 1C |
| Octal | 21 | 4 | 212 | 130 | 141 | 0 | 56 | 366 | 136 | 34 |
| Binary | 10001 | 100 | 10001010 | 1011000 | 1100001 | 0 | 101110 | 11110110 | 1011110 | 11100 |
Color Harmonies of #11048A
Complementary color
Monochromatic Colors of #11048A
Black with #11048A
Text Example
Text Example
White with #11048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11048A; }
p { color: rgb(17,4,138); }
H1.HeaderClassName
{
color: #11048A;
}
.AnyTagClassName
{
color: #11048A;
}
</style>
background-color css
<style>
a { background-color: #11048A; }
a { background-color: rgb(17,4,138); }
div.DivClassName
{
background-color: #11048A;
}
.BgClassName
{
background-color: #11048A;
}
</style>
border-color css
<style>
span { border-color: #11048A; }
span { border-color: rgb(17,4,138); }
td.TdClassName
{
border-color: #11048A;
}
.TagClassName
{
border-color: #11048A;
}
</style>