Shades of Ultramarine #111D8E
Tints of Ultramarine #111D8E
RGB
CMYK
RGB Variations
Color information
#111D8E (or 0x111D8E) is known color: Ultramarine. HEX triplet: 11, 1D and 8E. RGB value is (17,29,142). Sum of RGB (Red+Green+Blue) = 17+29+142=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #111D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D8E is #EEE271. Grayscale: #252525. Windows color (decimal): -15655538 or 9313553. OLE color: 9313553.
HSL color Cylindrical-coordinate representation of color #111D8E: hue angle of 234.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111D8E is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 29 | 142 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.44 |
| HSL | 234.24º | 0.79% | 0.31% | - |
| HSV(B) | 234.24º | 0.88% | 0.56% | - |
| XYZ | 5.55 | 2.95 | 25.87 | - |
| YUV | 38.29 | 186.52 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 142 | 0.88 | 0.80 | 0 | 0.44 | 234.24 | 0.79 | 0.31 |
| Hex | 11 | 1D | 8E | 58 | 50 | 0 | 2C | EA | 4F | 1F |
| Octal | 21 | 35 | 216 | 130 | 120 | 0 | 54 | 352 | 117 | 37 |
| Binary | 10001 | 11101 | 10001110 | 1011000 | 1010000 | 0 | 101100 | 11101010 | 1001111 | 11111 |
Color Harmonies of #111D8E
Complementary color
Monochromatic Colors of #111D8E
Black with #111D8E
Text Example
Text Example
White with #111D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D8E; }
p { color: rgb(17,29,142); }
H1.HeaderClassName
{
color: #111D8E;
}
.AnyTagClassName
{
color: #111D8E;
}
</style>
background-color css
<style>
a { background-color: #111D8E; }
a { background-color: rgb(17,29,142); }
div.DivClassName
{
background-color: #111D8E;
}
.BgClassName
{
background-color: #111D8E;
}
</style>
border-color css
<style>
span { border-color: #111D8E; }
span { border-color: rgb(17,29,142); }
td.TdClassName
{
border-color: #111D8E;
}
.TagClassName
{
border-color: #111D8E;
}
</style>