Shades of Ultramarine #111997
Tints of Ultramarine #111997
RGB
CMYK
RGB Variations
Color information
#111997 (or 0x111997) is known color: Ultramarine. HEX triplet: 11, 19 and 97. RGB value is (17,25,151). Sum of RGB (Red+Green+Blue) = 17+25+151=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #111997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111997 is #EEE668. Grayscale: #242424. Windows color (decimal): -15656553 or 9902353. OLE color: 9902353.
HSL color Cylindrical-coordinate representation of color #111997: hue angle of 236.42º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111997 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 25 | 151 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.41 |
| HSL | 236.42º | 0.8% | 0.33% | - |
| HSV(B) | 236.42º | 0.89% | 0.59% | - |
| XYZ | 6.16 | 3.05 | 29.54 | - |
| YUV | 36.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 151 | 0.89 | 0.83 | 0 | 0.41 | 236.42 | 0.8 | 0.33 |
| Hex | 11 | 19 | 97 | 59 | 53 | 0 | 29 | EC | 50 | 21 |
| Octal | 21 | 31 | 227 | 131 | 123 | 0 | 51 | 354 | 120 | 41 |
| Binary | 10001 | 11001 | 10010111 | 1011001 | 1010011 | 0 | 101001 | 11101100 | 1010000 | 100001 |
Color Harmonies of #111997
Complementary color
Monochromatic Colors of #111997
Black with #111997
Text Example
Text Example
White with #111997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111997; }
p { color: rgb(17,25,151); }
H1.HeaderClassName
{
color: #111997;
}
.AnyTagClassName
{
color: #111997;
}
</style>
background-color css
<style>
a { background-color: #111997; }
a { background-color: rgb(17,25,151); }
div.DivClassName
{
background-color: #111997;
}
.BgClassName
{
background-color: #111997;
}
</style>
border-color css
<style>
span { border-color: #111997; }
span { border-color: rgb(17,25,151); }
td.TdClassName
{
border-color: #111997;
}
.TagClassName
{
border-color: #111997;
}
</style>