Shades of Ultramarine #111083
Tints of Ultramarine #111083
RGB
CMYK
RGB Variations
Color information
#111083 (or 0x111083) is known color: Ultramarine. HEX triplet: 11, 10 and 83. RGB value is (17,16,131). Sum of RGB (Red+Green+Blue) = 17+16+131=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #111083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111083 is #EEEF7C. Grayscale: #1C1C1C. Windows color (decimal): -15658877 or 8589329. OLE color: 8589329.
HSL color Cylindrical-coordinate representation of color #111083: hue angle of 240.52º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111083 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 16 | 131 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.49 |
| HSL | 240.52º | 0.78% | 0.29% | - |
| HSV(B) | 240.52º | 0.88% | 0.51% | - |
| XYZ | 4.51 | 2.13 | 21.65 | - |
| YUV | 29.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 131 | 0.87 | 0.88 | 0 | 0.49 | 240.52 | 0.78 | 0.29 |
| Hex | 11 | 10 | 83 | 57 | 58 | 0 | 31 | F1 | 4E | 1D |
| Octal | 21 | 20 | 203 | 127 | 130 | 0 | 61 | 361 | 116 | 35 |
| Binary | 10001 | 10000 | 10000011 | 1010111 | 1011000 | 0 | 110001 | 11110001 | 1001110 | 11101 |
Color Harmonies of #111083
Complementary color
Monochromatic Colors of #111083
Black with #111083
Text Example
Text Example
White with #111083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111083; }
p { color: rgb(17,16,131); }
H1.HeaderClassName
{
color: #111083;
}
.AnyTagClassName
{
color: #111083;
}
</style>
background-color css
<style>
a { background-color: #111083; }
a { background-color: rgb(17,16,131); }
div.DivClassName
{
background-color: #111083;
}
.BgClassName
{
background-color: #111083;
}
</style>
border-color css
<style>
span { border-color: #111083; }
span { border-color: rgb(17,16,131); }
td.TdClassName
{
border-color: #111083;
}
.TagClassName
{
border-color: #111083;
}
</style>