Shades of Ultramarine #111493
Tints of Ultramarine #111493
RGB
CMYK
RGB Variations
Color information
#111493 (or 0x111493) is known color: Ultramarine. HEX triplet: 11, 14 and 93. RGB value is (17,20,147). Sum of RGB (Red+Green+Blue) = 17+20+147=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #111493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111493 is #EEEB6C. Grayscale: #212121. Windows color (decimal): -15657837 or 9638929. OLE color: 9638929.
HSL color Cylindrical-coordinate representation of color #111493: hue angle of 238.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111493 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 20 | 147 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.42 |
| HSL | 238.62º | 0.79% | 0.32% | - |
| HSV(B) | 238.62º | 0.88% | 0.58% | - |
| XYZ | 5.75 | 2.73 | 27.83 | - |
| YUV | 33.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 147 | 0.88 | 0.86 | 0 | 0.42 | 238.62 | 0.79 | 0.32 |
| Hex | 11 | 14 | 93 | 58 | 56 | 0 | 2A | EF | 4F | 20 |
| Octal | 21 | 24 | 223 | 130 | 126 | 0 | 52 | 357 | 117 | 40 |
| Binary | 10001 | 10100 | 10010011 | 1011000 | 1010110 | 0 | 101010 | 11101111 | 1001111 | 100000 |
Color Harmonies of #111493
Complementary color
Monochromatic Colors of #111493
Black with #111493
Text Example
Text Example
White with #111493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111493; }
p { color: rgb(17,20,147); }
H1.HeaderClassName
{
color: #111493;
}
.AnyTagClassName
{
color: #111493;
}
</style>
background-color css
<style>
a { background-color: #111493; }
a { background-color: rgb(17,20,147); }
div.DivClassName
{
background-color: #111493;
}
.BgClassName
{
background-color: #111493;
}
</style>
border-color css
<style>
span { border-color: #111493; }
span { border-color: rgb(17,20,147); }
td.TdClassName
{
border-color: #111493;
}
.TagClassName
{
border-color: #111493;
}
</style>