Shades of Ultramarine #111C95
Tints of Ultramarine #111C95
RGB
CMYK
RGB Variations
Color information
#111C95 (or 0x111C95) is known color: Ultramarine. HEX triplet: 11, 1C and 95. RGB value is (17,28,149). Sum of RGB (Red+Green+Blue) = 17+28+149=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #111C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C95 is #EEE36A. Grayscale: #262626. Windows color (decimal): -15655787 or 9772049. OLE color: 9772049.
HSL color Cylindrical-coordinate representation of color #111C95: hue angle of 235º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111C95 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 28 | 149 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.42 |
| HSL | 235º | 0.8% | 0.33% | - |
| HSV(B) | 235º | 0.89% | 0.58% | - |
| XYZ | 6.07 | 3.12 | 28.72 | - |
| YUV | 38.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 149 | 0.89 | 0.81 | 0 | 0.42 | 235 | 0.8 | 0.33 |
| Hex | 11 | 1C | 95 | 59 | 51 | 0 | 2A | EB | 50 | 21 |
| Octal | 21 | 34 | 225 | 131 | 121 | 0 | 52 | 353 | 120 | 41 |
| Binary | 10001 | 11100 | 10010101 | 1011001 | 1010001 | 0 | 101010 | 11101011 | 1010000 | 100001 |
Color Harmonies of #111C95
Complementary color
Monochromatic Colors of #111C95
Black with #111C95
Text Example
Text Example
White with #111C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C95; }
p { color: rgb(17,28,149); }
H1.HeaderClassName
{
color: #111C95;
}
.AnyTagClassName
{
color: #111C95;
}
</style>
background-color css
<style>
a { background-color: #111C95; }
a { background-color: rgb(17,28,149); }
div.DivClassName
{
background-color: #111C95;
}
.BgClassName
{
background-color: #111C95;
}
</style>
border-color css
<style>
span { border-color: #111C95; }
span { border-color: rgb(17,28,149); }
td.TdClassName
{
border-color: #111C95;
}
.TagClassName
{
border-color: #111C95;
}
</style>