Shades of Ultramarine #111A9A
Tints of Ultramarine #111A9A
RGB
CMYK
RGB Variations
Color information
#111A9A (or 0x111A9A) is known color: Ultramarine. HEX triplet: 11, 1A and 9A. RGB value is (17,26,154). Sum of RGB (Red+Green+Blue) = 17+26+154=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 154 (60.55% from 255 or 78.17% from 197); Max value from RGB is 154 - color contains mainly: blue. Hex color #111A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A9A is #EEE565. Grayscale: #252525. Windows color (decimal): -15656294 or 10099217. OLE color: 10099217.
HSL color Cylindrical-coordinate representation of color #111A9A: hue angle of 236.06º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111A9A is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 26 | 154 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.40 |
| HSL | 236.06º | 0.8% | 0.34% | - |
| HSV(B) | 236.06º | 0.89% | 0.6% | - |
| XYZ | 6.43 | 3.19 | 30.85 | - |
| YUV | 37.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 154 | 0.89 | 0.83 | 0 | 0.40 | 236.06 | 0.8 | 0.34 |
| Hex | 11 | 1A | 9A | 59 | 53 | 0 | 28 | EC | 50 | 22 |
| Octal | 21 | 32 | 232 | 131 | 123 | 0 | 50 | 354 | 120 | 42 |
| Binary | 10001 | 11010 | 10011010 | 1011001 | 1010011 | 0 | 101000 | 11101100 | 1010000 | 100010 |
Color Harmonies of #111A9A
Complementary color
Monochromatic Colors of #111A9A
Black with #111A9A
Text Example
Text Example
White with #111A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A9A; }
p { color: rgb(17,26,154); }
H1.HeaderClassName
{
color: #111A9A;
}
.AnyTagClassName
{
color: #111A9A;
}
</style>
background-color css
<style>
a { background-color: #111A9A; }
a { background-color: rgb(17,26,154); }
div.DivClassName
{
background-color: #111A9A;
}
.BgClassName
{
background-color: #111A9A;
}
</style>
border-color css
<style>
span { border-color: #111A9A; }
span { border-color: rgb(17,26,154); }
td.TdClassName
{
border-color: #111A9A;
}
.TagClassName
{
border-color: #111A9A;
}
</style>