Shades of Ultramarine #111D93
Tints of Ultramarine #111D93
RGB
CMYK
RGB Variations
Color information
#111D93 (or 0x111D93) is known color: Ultramarine. HEX triplet: 11, 1D and 93. RGB value is (17,29,147). Sum of RGB (Red+Green+Blue) = 17+29+147=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #111D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D93 is #EEE26C. Grayscale: #262626. Windows color (decimal): -15655533 or 9641233. OLE color: 9641233.
HSL color Cylindrical-coordinate representation of color #111D93: hue angle of 234.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111D93 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 29 | 147 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.42 |
| HSL | 234.46º | 0.79% | 0.32% | - |
| HSV(B) | 234.46º | 0.88% | 0.58% | - |
| XYZ | 5.94 | 3.1 | 27.89 | - |
| YUV | 38.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 147 | 0.88 | 0.80 | 0 | 0.42 | 234.46 | 0.79 | 0.32 |
| Hex | 11 | 1D | 93 | 58 | 50 | 0 | 2A | EA | 4F | 20 |
| Octal | 21 | 35 | 223 | 130 | 120 | 0 | 52 | 352 | 117 | 40 |
| Binary | 10001 | 11101 | 10010011 | 1011000 | 1010000 | 0 | 101010 | 11101010 | 1001111 | 100000 |
Color Harmonies of #111D93
Complementary color
Monochromatic Colors of #111D93
Black with #111D93
Text Example
Text Example
White with #111D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D93; }
p { color: rgb(17,29,147); }
H1.HeaderClassName
{
color: #111D93;
}
.AnyTagClassName
{
color: #111D93;
}
</style>
background-color css
<style>
a { background-color: #111D93; }
a { background-color: rgb(17,29,147); }
div.DivClassName
{
background-color: #111D93;
}
.BgClassName
{
background-color: #111D93;
}
</style>
border-color css
<style>
span { border-color: #111D93; }
span { border-color: rgb(17,29,147); }
td.TdClassName
{
border-color: #111D93;
}
.TagClassName
{
border-color: #111D93;
}
</style>