Shades of Ultramarine #11139C
Tints of Ultramarine #11139C
RGB
CMYK
RGB Variations
Color information
#11139C (or 0x11139C) is known color: Ultramarine. HEX triplet: 11, 13 and 9C. RGB value is (17,19,156). Sum of RGB (Red+Green+Blue) = 17+19+156=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #11139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11139C is #EEEC63. Grayscale: #212121. Windows color (decimal): -15658084 or 10228497. OLE color: 10228497.
HSL color Cylindrical-coordinate representation of color #11139C: hue angle of 239.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11139C is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 19 | 156 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.39 |
| HSL | 239.14º | 0.8% | 0.34% | - |
| HSV(B) | 239.14º | 0.89% | 0.61% | - |
| XYZ | 6.46 | 2.99 | 31.69 | - |
| YUV | 34.02 | 196.84 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 156 | 0.89 | 0.88 | 0 | 0.39 | 239.14 | 0.8 | 0.34 |
| Hex | 11 | 13 | 9C | 59 | 58 | 0 | 27 | EF | 50 | 22 |
| Octal | 21 | 23 | 234 | 131 | 130 | 0 | 47 | 357 | 120 | 42 |
| Binary | 10001 | 10011 | 10011100 | 1011001 | 1011000 | 0 | 100111 | 11101111 | 1010000 | 100010 |
Color Harmonies of #11139C
Complementary color
Monochromatic Colors of #11139C
Black with #11139C
Text Example
Text Example
White with #11139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11139C; }
p { color: rgb(17,19,156); }
H1.HeaderClassName
{
color: #11139C;
}
.AnyTagClassName
{
color: #11139C;
}
</style>
background-color css
<style>
a { background-color: #11139C; }
a { background-color: rgb(17,19,156); }
div.DivClassName
{
background-color: #11139C;
}
.BgClassName
{
background-color: #11139C;
}
</style>
border-color css
<style>
span { border-color: #11139C; }
span { border-color: rgb(17,19,156); }
td.TdClassName
{
border-color: #11139C;
}
.TagClassName
{
border-color: #11139C;
}
</style>