Shades of Ultramarine #11138A
Tints of Ultramarine #11138A
RGB
CMYK
RGB Variations
Color information
#11138A (or 0x11138A) is known color: Ultramarine. HEX triplet: 11, 13 and 8A. RGB value is (17,19,138). Sum of RGB (Red+Green+Blue) = 17+19+138=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #11138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11138A is #EEEC75. Grayscale: #1F1F1F. Windows color (decimal): -15658102 or 9048849. OLE color: 9048849.
HSL color Cylindrical-coordinate representation of color #11138A: hue angle of 239.01º 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 #11138A is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 19 | 138 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.46 |
| HSL | 239.01º | 0.78% | 0.3% | - |
| HSV(B) | 239.01º | 0.88% | 0.54% | - |
| XYZ | 5.05 | 2.42 | 24.25 | - |
| YUV | 31.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 138 | 0.88 | 0.86 | 0 | 0.46 | 239.01 | 0.78 | 0.3 |
| Hex | 11 | 13 | 8A | 58 | 56 | 0 | 2E | EF | 4E | 1E |
| Octal | 21 | 23 | 212 | 130 | 126 | 0 | 56 | 357 | 116 | 36 |
| Binary | 10001 | 10011 | 10001010 | 1011000 | 1010110 | 0 | 101110 | 11101111 | 1001110 | 11110 |
Color Harmonies of #11138A
Complementary color
Monochromatic Colors of #11138A
Black with #11138A
Text Example
Text Example
White with #11138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11138A; }
p { color: rgb(17,19,138); }
H1.HeaderClassName
{
color: #11138A;
}
.AnyTagClassName
{
color: #11138A;
}
</style>
background-color css
<style>
a { background-color: #11138A; }
a { background-color: rgb(17,19,138); }
div.DivClassName
{
background-color: #11138A;
}
.BgClassName
{
background-color: #11138A;
}
</style>
border-color css
<style>
span { border-color: #11138A; }
span { border-color: rgb(17,19,138); }
td.TdClassName
{
border-color: #11138A;
}
.TagClassName
{
border-color: #11138A;
}
</style>