Shades of Ultramarine #11149F
Tints of Ultramarine #11149F
RGB
CMYK
RGB Variations
Color information
#11149F (or 0x11149F) is known color: Ultramarine. HEX triplet: 11, 14 and 9F. RGB value is (17,20,159). Sum of RGB (Red+Green+Blue) = 17+20+159=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #11149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11149F is #EEEB60. Grayscale: #222222. Windows color (decimal): -15657825 or 10425361. OLE color: 10425361.
HSL color Cylindrical-coordinate representation of color #11149F: hue angle of 238.73º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11149F is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 20 | 159 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.38 |
| HSL | 238.73º | 0.81% | 0.35% | - |
| HSV(B) | 238.73º | 0.89% | 0.62% | - |
| XYZ | 6.74 | 3.12 | 33.05 | - |
| YUV | 34.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 159 | 0.89 | 0.87 | 0 | 0.38 | 238.73 | 0.81 | 0.35 |
| Hex | 11 | 14 | 9F | 59 | 57 | 0 | 26 | EF | 51 | 23 |
| Octal | 21 | 24 | 237 | 131 | 127 | 0 | 46 | 357 | 121 | 43 |
| Binary | 10001 | 10100 | 10011111 | 1011001 | 1010111 | 0 | 100110 | 11101111 | 1010001 | 100011 |
Color Harmonies of #11149F
Complementary color
Monochromatic Colors of #11149F
Black with #11149F
Text Example
Text Example
White with #11149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11149F; }
p { color: rgb(17,20,159); }
H1.HeaderClassName
{
color: #11149F;
}
.AnyTagClassName
{
color: #11149F;
}
</style>
background-color css
<style>
a { background-color: #11149F; }
a { background-color: rgb(17,20,159); }
div.DivClassName
{
background-color: #11149F;
}
.BgClassName
{
background-color: #11149F;
}
</style>
border-color css
<style>
span { border-color: #11149F; }
span { border-color: rgb(17,20,159); }
td.TdClassName
{
border-color: #11149F;
}
.TagClassName
{
border-color: #11149F;
}
</style>