Shades of Ultramarine #111487
Tints of Ultramarine #111487
RGB
CMYK
RGB Variations
Color information
#111487 (or 0x111487) is known color: Ultramarine. HEX triplet: 11, 14 and 87. RGB value is (17,20,135). Sum of RGB (Red+Green+Blue) = 17+20+135=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 135 (53.12% from 255 or 78.49% from 172); Max value from RGB is 135 - color contains mainly: blue. Hex color #111487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111487 is #EEEB78. Grayscale: #1F1F1F. Windows color (decimal): -15657849 or 8852497. OLE color: 8852497.
HSL color Cylindrical-coordinate representation of color #111487: hue angle of 238.47º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111487 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 20 | 135 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.47 |
| HSL | 238.47º | 0.78% | 0.3% | - |
| HSV(B) | 238.47º | 0.87% | 0.53% | - |
| XYZ | 4.85 | 2.37 | 23.12 | - |
| YUV | 32.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 135 | 0.87 | 0.85 | 0 | 0.47 | 238.47 | 0.78 | 0.3 |
| Hex | 11 | 14 | 87 | 57 | 55 | 0 | 2F | EE | 4E | 1E |
| Octal | 21 | 24 | 207 | 127 | 125 | 0 | 57 | 356 | 116 | 36 |
| Binary | 10001 | 10100 | 10000111 | 1010111 | 1010101 | 0 | 101111 | 11101110 | 1001110 | 11110 |
Color Harmonies of #111487
Complementary color
Monochromatic Colors of #111487
Black with #111487
Text Example
Text Example
White with #111487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111487; }
p { color: rgb(17,20,135); }
H1.HeaderClassName
{
color: #111487;
}
.AnyTagClassName
{
color: #111487;
}
</style>
background-color css
<style>
a { background-color: #111487; }
a { background-color: rgb(17,20,135); }
div.DivClassName
{
background-color: #111487;
}
.BgClassName
{
background-color: #111487;
}
</style>
border-color css
<style>
span { border-color: #111487; }
span { border-color: rgb(17,20,135); }
td.TdClassName
{
border-color: #111487;
}
.TagClassName
{
border-color: #111487;
}
</style>