Shades of Ultramarine #111C8B
Tints of Ultramarine #111C8B
RGB
CMYK
RGB Variations
Color information
#111C8B (or 0x111C8B) is known color: Ultramarine. HEX triplet: 11, 1C and 8B. RGB value is (17,28,139). Sum of RGB (Red+Green+Blue) = 17+28+139=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 139 (54.69% from 255 or 75.54% from 184); Max value from RGB is 139 - color contains mainly: blue. Hex color #111C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C8B is #EEE374. Grayscale: #242424. Windows color (decimal): -15655797 or 9116689. OLE color: 9116689.
HSL color Cylindrical-coordinate representation of color #111C8B: hue angle of 234.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111C8B is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 28 | 139 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.45 |
| HSL | 234.59º | 0.78% | 0.31% | - |
| HSV(B) | 234.59º | 0.88% | 0.55% | - |
| XYZ | 5.31 | 2.81 | 24.69 | - |
| YUV | 37.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 139 | 0.88 | 0.80 | 0 | 0.45 | 234.59 | 0.78 | 0.31 |
| Hex | 11 | 1C | 8B | 58 | 50 | 0 | 2D | EB | 4E | 1F |
| Octal | 21 | 34 | 213 | 130 | 120 | 0 | 55 | 353 | 116 | 37 |
| Binary | 10001 | 11100 | 10001011 | 1011000 | 1010000 | 0 | 101101 | 11101011 | 1001110 | 11111 |
Color Harmonies of #111C8B
Complementary color
Monochromatic Colors of #111C8B
Black with #111C8B
Text Example
Text Example
White with #111C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C8B; }
p { color: rgb(17,28,139); }
H1.HeaderClassName
{
color: #111C8B;
}
.AnyTagClassName
{
color: #111C8B;
}
</style>
background-color css
<style>
a { background-color: #111C8B; }
a { background-color: rgb(17,28,139); }
div.DivClassName
{
background-color: #111C8B;
}
.BgClassName
{
background-color: #111C8B;
}
</style>
border-color css
<style>
span { border-color: #111C8B; }
span { border-color: rgb(17,28,139); }
td.TdClassName
{
border-color: #111C8B;
}
.TagClassName
{
border-color: #111C8B;
}
</style>