Shades of Ultramarine #111E8B
Tints of Ultramarine #111E8B
RGB
CMYK
RGB Variations
Color information
#111E8B (or 0x111E8B) is known color: Ultramarine. HEX triplet: 11, 1E and 8B. RGB value is (17,30,139). Sum of RGB (Red+Green+Blue) = 17+30+139=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #111E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E8B is #EEE174. Grayscale: #262626. Windows color (decimal): -15655285 or 9117201. OLE color: 9117201.
HSL color Cylindrical-coordinate representation of color #111E8B: hue angle of 233.61º 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 #111E8B is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 30 | 139 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.45 |
| HSL | 233.61º | 0.78% | 0.31% | - |
| HSV(B) | 233.61º | 0.88% | 0.55% | - |
| XYZ | 5.36 | 2.91 | 24.71 | - |
| YUV | 38.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 139 | 0.88 | 0.78 | 0 | 0.45 | 233.61 | 0.78 | 0.31 |
| Hex | 11 | 1E | 8B | 58 | 4E | 0 | 2D | EA | 4E | 1F |
| Octal | 21 | 36 | 213 | 130 | 116 | 0 | 55 | 352 | 116 | 37 |
| Binary | 10001 | 11110 | 10001011 | 1011000 | 1001110 | 0 | 101101 | 11101010 | 1001110 | 11111 |
Color Harmonies of #111E8B
Complementary color
Monochromatic Colors of #111E8B
Black with #111E8B
Text Example
Text Example
White with #111E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E8B; }
p { color: rgb(17,30,139); }
H1.HeaderClassName
{
color: #111E8B;
}
.AnyTagClassName
{
color: #111E8B;
}
</style>
background-color css
<style>
a { background-color: #111E8B; }
a { background-color: rgb(17,30,139); }
div.DivClassName
{
background-color: #111E8B;
}
.BgClassName
{
background-color: #111E8B;
}
</style>
border-color css
<style>
span { border-color: #111E8B; }
span { border-color: rgb(17,30,139); }
td.TdClassName
{
border-color: #111E8B;
}
.TagClassName
{
border-color: #111E8B;
}
</style>