Shades of Ultramarine #1114AA
Tints of Ultramarine #1114AA
RGB
CMYK
RGB Variations
Color information
#1114AA (or 0x1114AA) is known color: Ultramarine. HEX triplet: 11, 14 and AA. RGB value is (17,20,170). Sum of RGB (Red+Green+Blue) = 17+20+170=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1114AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1114AA is #EEEB55. Grayscale: #232323. Windows color (decimal): -15657814 or 11146257. OLE color: 11146257.
HSL color Cylindrical-coordinate representation of color #1114AA: hue angle of 238.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1114AA is Cyan = 0.9, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 20 | 170 | - |
| CMYK | 0.9 | 0.88 | 0 | 0.33 |
| HSL | 238.82º | 0.82% | 0.37% | - |
| HSV(B) | 238.82º | 0.9% | 0.67% | - |
| XYZ | 7.74 | 3.52 | 38.3 | - |
| YUV | 36.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 170 | 0.9 | 0.88 | 0 | 0.33 | 238.82 | 0.82 | 0.37 |
| Hex | 11 | 14 | AA | 5A | 58 | 0 | 21 | EF | 52 | 25 |
| Octal | 21 | 24 | 252 | 132 | 130 | 0 | 41 | 357 | 122 | 45 |
| Binary | 10001 | 10100 | 10101010 | 1011010 | 1011000 | 0 | 100001 | 11101111 | 1010010 | 100101 |
Color Harmonies of #1114AA
Complementary color
Monochromatic Colors of #1114AA
Black with #1114AA
Text Example
Text Example
White with #1114AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1114AA; }
p { color: rgb(17,20,170); }
H1.HeaderClassName
{
color: #1114AA;
}
.AnyTagClassName
{
color: #1114AA;
}
</style>
background-color css
<style>
a { background-color: #1114AA; }
a { background-color: rgb(17,20,170); }
div.DivClassName
{
background-color: #1114AA;
}
.BgClassName
{
background-color: #1114AA;
}
</style>
border-color css
<style>
span { border-color: #1114AA; }
span { border-color: rgb(17,20,170); }
td.TdClassName
{
border-color: #1114AA;
}
.TagClassName
{
border-color: #1114AA;
}
</style>