Shades of Ultramarine #111F96
Tints of Ultramarine #111F96
RGB
CMYK
RGB Variations
Color information
#111F96 (or 0x111F96) is known color: Ultramarine. HEX triplet: 11, 1F and 96. RGB value is (17,31,150). Sum of RGB (Red+Green+Blue) = 17+31+150=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #111F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F96 is #EEE069. Grayscale: #272727. Windows color (decimal): -15655018 or 9838353. OLE color: 9838353.
HSL color Cylindrical-coordinate representation of color #111F96: hue angle of 233.68º 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 #111F96 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 31 | 150 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.41 |
| HSL | 233.68º | 0.8% | 0.33% | - |
| HSV(B) | 233.68º | 0.89% | 0.59% | - |
| XYZ | 6.23 | 3.3 | 29.16 | - |
| YUV | 40.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 150 | 0.89 | 0.79 | 0 | 0.41 | 233.68 | 0.8 | 0.33 |
| Hex | 11 | 1F | 96 | 59 | 4F | 0 | 29 | EA | 50 | 21 |
| Octal | 21 | 37 | 226 | 131 | 117 | 0 | 51 | 352 | 120 | 41 |
| Binary | 10001 | 11111 | 10010110 | 1011001 | 1001111 | 0 | 101001 | 11101010 | 1010000 | 100001 |
Color Harmonies of #111F96
Complementary color
Monochromatic Colors of #111F96
Black with #111F96
Text Example
Text Example
White with #111F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F96; }
p { color: rgb(17,31,150); }
H1.HeaderClassName
{
color: #111F96;
}
.AnyTagClassName
{
color: #111F96;
}
</style>
background-color css
<style>
a { background-color: #111F96; }
a { background-color: rgb(17,31,150); }
div.DivClassName
{
background-color: #111F96;
}
.BgClassName
{
background-color: #111F96;
}
</style>
border-color css
<style>
span { border-color: #111F96; }
span { border-color: rgb(17,31,150); }
td.TdClassName
{
border-color: #111F96;
}
.TagClassName
{
border-color: #111F96;
}
</style>