Shades of Ultramarine #11189C
Tints of Ultramarine #11189C
RGB
CMYK
RGB Variations
Color information
#11189C (or 0x11189C) is known color: Ultramarine. HEX triplet: 11, 18 and 9C. RGB value is (17,24,156). Sum of RGB (Red+Green+Blue) = 17+24+156=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #11189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11189C is #EEE763. Grayscale: #242424. Windows color (decimal): -15656804 or 10229777. OLE color: 10229777.
HSL color Cylindrical-coordinate representation of color #11189C: hue angle of 236.98º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11189C is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 24 | 156 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.39 |
| HSL | 236.98º | 0.8% | 0.34% | - |
| HSV(B) | 236.98º | 0.89% | 0.61% | - |
| XYZ | 6.56 | 3.17 | 31.72 | - |
| YUV | 36.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 156 | 0.89 | 0.85 | 0 | 0.39 | 236.98 | 0.8 | 0.34 |
| Hex | 11 | 18 | 9C | 59 | 55 | 0 | 27 | ED | 50 | 22 |
| Octal | 21 | 30 | 234 | 131 | 125 | 0 | 47 | 355 | 120 | 42 |
| Binary | 10001 | 11000 | 10011100 | 1011001 | 1010101 | 0 | 100111 | 11101101 | 1010000 | 100010 |
Color Harmonies of #11189C
Complementary color
Monochromatic Colors of #11189C
Black with #11189C
Text Example
Text Example
White with #11189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11189C; }
p { color: rgb(17,24,156); }
H1.HeaderClassName
{
color: #11189C;
}
.AnyTagClassName
{
color: #11189C;
}
</style>
background-color css
<style>
a { background-color: #11189C; }
a { background-color: rgb(17,24,156); }
div.DivClassName
{
background-color: #11189C;
}
.BgClassName
{
background-color: #11189C;
}
</style>
border-color css
<style>
span { border-color: #11189C; }
span { border-color: rgb(17,24,156); }
td.TdClassName
{
border-color: #11189C;
}
.TagClassName
{
border-color: #11189C;
}
</style>