Shades of Ultramarine #11048B
Tints of Ultramarine #11048B
RGB
CMYK
RGB Variations
Color information
#11048B (or 0x11048B) is known color: Ultramarine. HEX triplet: 11, 04 and 8B. RGB value is (17,4,139). Sum of RGB (Red+Green+Blue) = 17+4+139=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #11048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11048B is #EEFB74. Grayscale: #161616. Windows color (decimal): -15661941 or 9110545. OLE color: 9110545.
HSL color Cylindrical-coordinate representation of color #11048B: hue angle of 245.78º 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 #11048B is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 4 | 139 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.45 |
| HSL | 245.78º | 0.94% | 0.28% | - |
| HSV(B) | 245.78º | 0.97% | 0.55% | - |
| XYZ | 4.93 | 2.07 | 24.57 | - |
| YUV | 23.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 139 | 0.88 | 0.97 | 0 | 0.45 | 245.78 | 0.94 | 0.28 |
| Hex | 11 | 4 | 8B | 58 | 61 | 0 | 2D | F6 | 5E | 1C |
| Octal | 21 | 4 | 213 | 130 | 141 | 0 | 55 | 366 | 136 | 34 |
| Binary | 10001 | 100 | 10001011 | 1011000 | 1100001 | 0 | 101101 | 11110110 | 1011110 | 11100 |
Color Harmonies of #11048B
Complementary color
Monochromatic Colors of #11048B
Black with #11048B
Text Example
Text Example
White with #11048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11048B; }
p { color: rgb(17,4,139); }
H1.HeaderClassName
{
color: #11048B;
}
.AnyTagClassName
{
color: #11048B;
}
</style>
background-color css
<style>
a { background-color: #11048B; }
a { background-color: rgb(17,4,139); }
div.DivClassName
{
background-color: #11048B;
}
.BgClassName
{
background-color: #11048B;
}
</style>
border-color css
<style>
span { border-color: #11048B; }
span { border-color: rgb(17,4,139); }
td.TdClassName
{
border-color: #11048B;
}
.TagClassName
{
border-color: #11048B;
}
</style>