Shades of Ultramarine #111184
Tints of Ultramarine #111184
RGB
CMYK
RGB Variations
Color information
#111184 (or 0x111184) is known color: Ultramarine. HEX triplet: 11, 11 and 84. RGB value is (17,17,132). Sum of RGB (Red+Green+Blue) = 17+17+132=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #111184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111184 is #EEEE7B. Grayscale: #1D1D1D. Windows color (decimal): -15658620 or 8655121. OLE color: 8655121.
HSL color Cylindrical-coordinate representation of color #111184: hue angle of 240º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111184 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 17 | 132 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.48 |
| HSL | 240º | 0.77% | 0.29% | - |
| HSV(B) | 240º | 0.87% | 0.52% | - |
| XYZ | 4.6 | 2.19 | 22.01 | - |
| YUV | 30.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 132 | 0.87 | 0.87 | 0 | 0.48 | 240 | 0.77 | 0.29 |
| Hex | 11 | 11 | 84 | 57 | 57 | 0 | 30 | F0 | 4D | 1D |
| Octal | 21 | 21 | 204 | 127 | 127 | 0 | 60 | 360 | 115 | 35 |
| Binary | 10001 | 10001 | 10000100 | 1010111 | 1010111 | 0 | 110000 | 11110000 | 1001101 | 11101 |
Color Harmonies of #111184
Complementary color
Monochromatic Colors of #111184
Black with #111184
Text Example
Text Example
White with #111184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111184; }
p { color: rgb(17,17,132); }
H1.HeaderClassName
{
color: #111184;
}
.AnyTagClassName
{
color: #111184;
}
</style>
background-color css
<style>
a { background-color: #111184; }
a { background-color: rgb(17,17,132); }
div.DivClassName
{
background-color: #111184;
}
.BgClassName
{
background-color: #111184;
}
</style>
border-color css
<style>
span { border-color: #111184; }
span { border-color: rgb(17,17,132); }
td.TdClassName
{
border-color: #111184;
}
.TagClassName
{
border-color: #111184;
}
</style>