Shades of Ultramarine #111E8E
Tints of Ultramarine #111E8E
RGB
CMYK
RGB Variations
Color information
#111E8E (or 0x111E8E) is known color: Ultramarine. HEX triplet: 11, 1E and 8E. RGB value is (17,30,142). Sum of RGB (Red+Green+Blue) = 17+30+142=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 142 (55.86% from 255 or 75.13% from 189); Max value from RGB is 142 - color contains mainly: blue. Hex color #111E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E8E is #EEE171. Grayscale: #262626. Windows color (decimal): -15655282 or 9313809. OLE color: 9313809.
HSL color Cylindrical-coordinate representation of color #111E8E: hue angle of 233.76º 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 #111E8E is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 30 | 142 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.44 |
| HSL | 233.76º | 0.79% | 0.31% | - |
| HSV(B) | 233.76º | 0.88% | 0.56% | - |
| XYZ | 5.58 | 3 | 25.88 | - |
| YUV | 38.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 142 | 0.88 | 0.79 | 0 | 0.44 | 233.76 | 0.79 | 0.31 |
| Hex | 11 | 1E | 8E | 58 | 4F | 0 | 2C | EA | 4F | 1F |
| Octal | 21 | 36 | 216 | 130 | 117 | 0 | 54 | 352 | 117 | 37 |
| Binary | 10001 | 11110 | 10001110 | 1011000 | 1001111 | 0 | 101100 | 11101010 | 1001111 | 11111 |
Color Harmonies of #111E8E
Complementary color
Monochromatic Colors of #111E8E
Black with #111E8E
Text Example
Text Example
White with #111E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E8E; }
p { color: rgb(17,30,142); }
H1.HeaderClassName
{
color: #111E8E;
}
.AnyTagClassName
{
color: #111E8E;
}
</style>
background-color css
<style>
a { background-color: #111E8E; }
a { background-color: rgb(17,30,142); }
div.DivClassName
{
background-color: #111E8E;
}
.BgClassName
{
background-color: #111E8E;
}
</style>
border-color css
<style>
span { border-color: #111E8E; }
span { border-color: rgb(17,30,142); }
td.TdClassName
{
border-color: #111E8E;
}
.TagClassName
{
border-color: #111E8E;
}
</style>