Shades of Ultramarine #111C94
Tints of Ultramarine #111C94
RGB
CMYK
RGB Variations
Color information
#111C94 (or 0x111C94) is known color: Ultramarine. HEX triplet: 11, 1C and 94. RGB value is (17,28,148). Sum of RGB (Red+Green+Blue) = 17+28+148=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #111C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C94 is #EEE36B. Grayscale: #252525. Windows color (decimal): -15655788 or 9706513. OLE color: 9706513.
HSL color Cylindrical-coordinate representation of color #111C94: hue angle of 234.96º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111C94 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 28 | 148 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.42 |
| HSL | 234.96º | 0.79% | 0.32% | - |
| HSV(B) | 234.96º | 0.89% | 0.58% | - |
| XYZ | 5.99 | 3.09 | 28.3 | - |
| YUV | 38.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 148 | 0.89 | 0.81 | 0 | 0.42 | 234.96 | 0.79 | 0.32 |
| Hex | 11 | 1C | 94 | 59 | 51 | 0 | 2A | EB | 4F | 20 |
| Octal | 21 | 34 | 224 | 131 | 121 | 0 | 52 | 353 | 117 | 40 |
| Binary | 10001 | 11100 | 10010100 | 1011001 | 1010001 | 0 | 101010 | 11101011 | 1001111 | 100000 |
Color Harmonies of #111C94
Complementary color
Monochromatic Colors of #111C94
Black with #111C94
Text Example
Text Example
White with #111C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C94; }
p { color: rgb(17,28,148); }
H1.HeaderClassName
{
color: #111C94;
}
.AnyTagClassName
{
color: #111C94;
}
</style>
background-color css
<style>
a { background-color: #111C94; }
a { background-color: rgb(17,28,148); }
div.DivClassName
{
background-color: #111C94;
}
.BgClassName
{
background-color: #111C94;
}
</style>
border-color css
<style>
span { border-color: #111C94; }
span { border-color: rgb(17,28,148); }
td.TdClassName
{
border-color: #111C94;
}
.TagClassName
{
border-color: #111C94;
}
</style>