Shades of Ultramarine #111C9B
Tints of Ultramarine #111C9B
RGB
CMYK
RGB Variations
Color information
#111C9B (or 0x111C9B) is known color: Ultramarine. HEX triplet: 11, 1C and 9B. RGB value is (17,28,155). Sum of RGB (Red+Green+Blue) = 17+28+155=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #111C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C9B is #EEE364. Grayscale: #262626. Windows color (decimal): -15655781 or 10165265. OLE color: 10165265.
HSL color Cylindrical-coordinate representation of color #111C9B: hue angle of 235.22º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111C9B is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 28 | 155 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.39 |
| HSL | 235.22º | 0.8% | 0.34% | - |
| HSV(B) | 235.22º | 0.89% | 0.61% | - |
| XYZ | 6.56 | 3.32 | 31.3 | - |
| YUV | 39.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 155 | 0.89 | 0.82 | 0 | 0.39 | 235.22 | 0.8 | 0.34 |
| Hex | 11 | 1C | 9B | 59 | 52 | 0 | 27 | EB | 50 | 22 |
| Octal | 21 | 34 | 233 | 131 | 122 | 0 | 47 | 353 | 120 | 42 |
| Binary | 10001 | 11100 | 10011011 | 1011001 | 1010010 | 0 | 100111 | 11101011 | 1010000 | 100010 |
Color Harmonies of #111C9B
Complementary color
Monochromatic Colors of #111C9B
Black with #111C9B
Text Example
Text Example
White with #111C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C9B; }
p { color: rgb(17,28,155); }
H1.HeaderClassName
{
color: #111C9B;
}
.AnyTagClassName
{
color: #111C9B;
}
</style>
background-color css
<style>
a { background-color: #111C9B; }
a { background-color: rgb(17,28,155); }
div.DivClassName
{
background-color: #111C9B;
}
.BgClassName
{
background-color: #111C9B;
}
</style>
border-color css
<style>
span { border-color: #111C9B; }
span { border-color: rgb(17,28,155); }
td.TdClassName
{
border-color: #111C9B;
}
.TagClassName
{
border-color: #111C9B;
}
</style>