Shades of Ultramarine #11089A
Tints of Ultramarine #11089A
RGB
CMYK
RGB Variations
Color information
#11089A (or 0x11089A) is known color: Ultramarine. HEX triplet: 11, 08 and 9A. RGB value is (17,8,154). Sum of RGB (Red+Green+Blue) = 17+8+154=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 154 (60.55% from 255 or 86.03% from 179); Max value from RGB is 154 - color contains mainly: blue. Hex color #11089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11089A is #EEF765. Grayscale: #1A1A1A. Windows color (decimal): -15660902 or 10094609. OLE color: 10094609.
HSL color Cylindrical-coordinate representation of color #11089A: hue angle of 243.7º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11089A is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 8 | 154 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.40 |
| HSL | 243.7º | 0.9% | 0.32% | - |
| HSV(B) | 243.7º | 0.95% | 0.6% | - |
| XYZ | 6.15 | 2.63 | 30.75 | - |
| YUV | 27.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 154 | 0.89 | 0.95 | 0 | 0.40 | 243.7 | 0.9 | 0.32 |
| Hex | 11 | 8 | 9A | 59 | 5F | 0 | 28 | F4 | 5A | 20 |
| Octal | 21 | 10 | 232 | 131 | 137 | 0 | 50 | 364 | 132 | 40 |
| Binary | 10001 | 1000 | 10011010 | 1011001 | 1011111 | 0 | 101000 | 11110100 | 1011010 | 100000 |
Color Harmonies of #11089A
Complementary color
Monochromatic Colors of #11089A
Black with #11089A
Text Example
Text Example
White with #11089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11089A; }
p { color: rgb(17,8,154); }
H1.HeaderClassName
{
color: #11089A;
}
.AnyTagClassName
{
color: #11089A;
}
</style>
background-color css
<style>
a { background-color: #11089A; }
a { background-color: rgb(17,8,154); }
div.DivClassName
{
background-color: #11089A;
}
.BgClassName
{
background-color: #11089A;
}
</style>
border-color css
<style>
span { border-color: #11089A; }
span { border-color: rgb(17,8,154); }
td.TdClassName
{
border-color: #11089A;
}
.TagClassName
{
border-color: #11089A;
}
</style>