Shades of Ultramarine #11049D
Tints of Ultramarine #11049D
RGB
CMYK
RGB Variations
Color information
#11049D (or 0x11049D) is known color: Ultramarine. HEX triplet: 11, 04 and 9D. RGB value is (17,4,157). Sum of RGB (Red+Green+Blue) = 17+4+157=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #11049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11049D is #EEFB62. Grayscale: #181818. Windows color (decimal): -15661923 or 10290193. OLE color: 10290193.
HSL color Cylindrical-coordinate representation of color #11049D: hue angle of 245.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11049D is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 4 | 157 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.38 |
| HSL | 245.1º | 0.95% | 0.32% | - |
| HSV(B) | 245.1º | 0.97% | 0.62% | - |
| XYZ | 6.36 | 2.64 | 32.07 | - |
| YUV | 25.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 157 | 0.89 | 0.97 | 0 | 0.38 | 245.1 | 0.95 | 0.32 |
| Hex | 11 | 4 | 9D | 59 | 61 | 0 | 26 | F5 | 5F | 20 |
| Octal | 21 | 4 | 235 | 131 | 141 | 0 | 46 | 365 | 137 | 40 |
| Binary | 10001 | 100 | 10011101 | 1011001 | 1100001 | 0 | 100110 | 11110101 | 1011111 | 100000 |
Color Harmonies of #11049D
Complementary color
Monochromatic Colors of #11049D
Black with #11049D
Text Example
Text Example
White with #11049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11049D; }
p { color: rgb(17,4,157); }
H1.HeaderClassName
{
color: #11049D;
}
.AnyTagClassName
{
color: #11049D;
}
</style>
background-color css
<style>
a { background-color: #11049D; }
a { background-color: rgb(17,4,157); }
div.DivClassName
{
background-color: #11049D;
}
.BgClassName
{
background-color: #11049D;
}
</style>
border-color css
<style>
span { border-color: #11049D; }
span { border-color: rgb(17,4,157); }
td.TdClassName
{
border-color: #11049D;
}
.TagClassName
{
border-color: #11049D;
}
</style>