Shades of Ultramarine #111F88
Tints of Ultramarine #111F88
RGB
CMYK
RGB Variations
Color information
#111F88 (or 0x111F88) is known color: Ultramarine. HEX triplet: 11, 1F and 88. RGB value is (17,31,136). Sum of RGB (Red+Green+Blue) = 17+31+136=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #111F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F88 is #EEE077. Grayscale: #262626. Windows color (decimal): -15655032 or 8920849. OLE color: 8920849.
HSL color Cylindrical-coordinate representation of color #111F88: hue angle of 232.94º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111F88 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 31 | 136 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.47 |
| HSL | 232.94º | 0.78% | 0.3% | - |
| HSV(B) | 232.94º | 0.88% | 0.53% | - |
| XYZ | 5.17 | 2.88 | 23.58 | - |
| YUV | 38.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 136 | 0.87 | 0.77 | 0 | 0.47 | 232.94 | 0.78 | 0.3 |
| Hex | 11 | 1F | 88 | 57 | 4D | 0 | 2F | E9 | 4E | 1E |
| Octal | 21 | 37 | 210 | 127 | 115 | 0 | 57 | 351 | 116 | 36 |
| Binary | 10001 | 11111 | 10001000 | 1010111 | 1001101 | 0 | 101111 | 11101001 | 1001110 | 11110 |
Color Harmonies of #111F88
Complementary color
Monochromatic Colors of #111F88
Black with #111F88
Text Example
Text Example
White with #111F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F88; }
p { color: rgb(17,31,136); }
H1.HeaderClassName
{
color: #111F88;
}
.AnyTagClassName
{
color: #111F88;
}
</style>
background-color css
<style>
a { background-color: #111F88; }
a { background-color: rgb(17,31,136); }
div.DivClassName
{
background-color: #111F88;
}
.BgClassName
{
background-color: #111F88;
}
</style>
border-color css
<style>
span { border-color: #111F88; }
span { border-color: rgb(17,31,136); }
td.TdClassName
{
border-color: #111F88;
}
.TagClassName
{
border-color: #111F88;
}
</style>