Shades of Ultramarine #111BA3
Tints of Ultramarine #111BA3
RGB
CMYK
RGB Variations
Color information
#111BA3 (or 0x111BA3) is known color: Ultramarine. HEX triplet: 11, 1B and A3. RGB value is (17,27,163). Sum of RGB (Red+Green+Blue) = 17+27+163=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #111BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BA3 is #EEE45C. Grayscale: #262626. Windows color (decimal): -15656029 or 10689297. OLE color: 10689297.
HSL color Cylindrical-coordinate representation of color #111BA3: hue angle of 235.89º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111BA3 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 27 | 163 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.36 |
| HSL | 235.89º | 0.81% | 0.35% | - |
| HSV(B) | 235.89º | 0.9% | 0.64% | - |
| XYZ | 7.23 | 3.55 | 34.95 | - |
| YUV | 39.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 163 | 0.90 | 0.83 | 0 | 0.36 | 235.89 | 0.81 | 0.35 |
| Hex | 11 | 1B | A3 | 5A | 53 | 0 | 24 | EC | 51 | 23 |
| Octal | 21 | 33 | 243 | 132 | 123 | 0 | 44 | 354 | 121 | 43 |
| Binary | 10001 | 11011 | 10100011 | 1011010 | 1010011 | 0 | 100100 | 11101100 | 1010001 | 100011 |
Color Harmonies of #111BA3
Complementary color
Monochromatic Colors of #111BA3
Black with #111BA3
Text Example
Text Example
White with #111BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BA3; }
p { color: rgb(17,27,163); }
H1.HeaderClassName
{
color: #111BA3;
}
.AnyTagClassName
{
color: #111BA3;
}
</style>
background-color css
<style>
a { background-color: #111BA3; }
a { background-color: rgb(17,27,163); }
div.DivClassName
{
background-color: #111BA3;
}
.BgClassName
{
background-color: #111BA3;
}
</style>
border-color css
<style>
span { border-color: #111BA3; }
span { border-color: rgb(17,27,163); }
td.TdClassName
{
border-color: #111BA3;
}
.TagClassName
{
border-color: #111BA3;
}
</style>