Shades of Ultramarine #111D97
Tints of Ultramarine #111D97
RGB
CMYK
RGB Variations
Color information
#111D97 (or 0x111D97) is known color: Ultramarine. HEX triplet: 11, 1D and 97. RGB value is (17,29,151). Sum of RGB (Red+Green+Blue) = 17+29+151=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 151 (59.38% from 255 or 76.65% from 197); Max value from RGB is 151 - color contains mainly: blue. Hex color #111D97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D97 is #EEE268. Grayscale: #262626. Windows color (decimal): -15655529 or 9903377. OLE color: 9903377.
HSL color Cylindrical-coordinate representation of color #111D97: hue angle of 234.63º 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 #111D97 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 29 | 151 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.41 |
| HSL | 234.63º | 0.8% | 0.33% | - |
| HSV(B) | 234.63º | 0.89% | 0.59% | - |
| XYZ | 6.26 | 3.23 | 29.57 | - |
| YUV | 39.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 151 | 0.89 | 0.81 | 0 | 0.41 | 234.63 | 0.8 | 0.33 |
| Hex | 11 | 1D | 97 | 59 | 51 | 0 | 29 | EB | 50 | 21 |
| Octal | 21 | 35 | 227 | 131 | 121 | 0 | 51 | 353 | 120 | 41 |
| Binary | 10001 | 11101 | 10010111 | 1011001 | 1010001 | 0 | 101001 | 11101011 | 1010000 | 100001 |
Color Harmonies of #111D97
Complementary color
Monochromatic Colors of #111D97
Black with #111D97
Text Example
Text Example
White with #111D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D97; }
p { color: rgb(17,29,151); }
H1.HeaderClassName
{
color: #111D97;
}
.AnyTagClassName
{
color: #111D97;
}
</style>
background-color css
<style>
a { background-color: #111D97; }
a { background-color: rgb(17,29,151); }
div.DivClassName
{
background-color: #111D97;
}
.BgClassName
{
background-color: #111D97;
}
</style>
border-color css
<style>
span { border-color: #111D97; }
span { border-color: rgb(17,29,151); }
td.TdClassName
{
border-color: #111D97;
}
.TagClassName
{
border-color: #111D97;
}
</style>