Shades of Ultramarine #11218A
Tints of Ultramarine #11218A
RGB
CMYK
RGB Variations
Color information
#11218A (or 0x11218A) is known color: Ultramarine. HEX triplet: 11, 21 and 8A. RGB value is (17,33,138). Sum of RGB (Red+Green+Blue) = 17+33+138=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #11218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11218A is #EEDE75. Grayscale: #272727. Windows color (decimal): -15654518 or 9052433. OLE color: 9052433.
HSL color Cylindrical-coordinate representation of color #11218A: hue angle of 232.07º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11218A is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 33 | 138 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.46 |
| HSL | 232.07º | 0.78% | 0.3% | - |
| HSV(B) | 232.07º | 0.88% | 0.54% | - |
| XYZ | 5.36 | 3.04 | 24.35 | - |
| YUV | 40.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 138 | 0.88 | 0.76 | 0 | 0.46 | 232.07 | 0.78 | 0.3 |
| Hex | 11 | 21 | 8A | 58 | 4C | 0 | 2E | E8 | 4E | 1E |
| Octal | 21 | 41 | 212 | 130 | 114 | 0 | 56 | 350 | 116 | 36 |
| Binary | 10001 | 100001 | 10001010 | 1011000 | 1001100 | 0 | 101110 | 11101000 | 1001110 | 11110 |
Color Harmonies of #11218A
Complementary color
Monochromatic Colors of #11218A
Black with #11218A
Text Example
Text Example
White with #11218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11218A; }
p { color: rgb(17,33,138); }
H1.HeaderClassName
{
color: #11218A;
}
.AnyTagClassName
{
color: #11218A;
}
</style>
background-color css
<style>
a { background-color: #11218A; }
a { background-color: rgb(17,33,138); }
div.DivClassName
{
background-color: #11218A;
}
.BgClassName
{
background-color: #11218A;
}
</style>
border-color css
<style>
span { border-color: #11218A; }
span { border-color: rgb(17,33,138); }
td.TdClassName
{
border-color: #11218A;
}
.TagClassName
{
border-color: #11218A;
}
</style>