Shades of Ultramarine #111295
Tints of Ultramarine #111295
RGB
CMYK
RGB Variations
Color information
#111295 (or 0x111295) is known color: Ultramarine. HEX triplet: 11, 12 and 95. RGB value is (17,18,149). Sum of RGB (Red+Green+Blue) = 17+18+149=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 149 (58.59% from 255 or 80.98% from 184); Max value from RGB is 149 - color contains mainly: blue. Hex color #111295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111295 is #EEED6A. Grayscale: #202020. Windows color (decimal): -15658347 or 9769489. OLE color: 9769489.
HSL color Cylindrical-coordinate representation of color #111295: hue angle of 239.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111295 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 18 | 149 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.42 |
| HSL | 239.55º | 0.8% | 0.33% | - |
| HSV(B) | 239.55º | 0.89% | 0.58% | - |
| XYZ | 5.87 | 2.72 | 28.65 | - |
| YUV | 32.64 | 193.67 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 149 | 0.89 | 0.88 | 0 | 0.42 | 239.55 | 0.8 | 0.33 |
| Hex | 11 | 12 | 95 | 59 | 58 | 0 | 2A | F0 | 50 | 21 |
| Octal | 21 | 22 | 225 | 131 | 130 | 0 | 52 | 360 | 120 | 41 |
| Binary | 10001 | 10010 | 10010101 | 1011001 | 1011000 | 0 | 101010 | 11110000 | 1010000 | 100001 |
Color Harmonies of #111295
Complementary color
Monochromatic Colors of #111295
Black with #111295
Text Example
Text Example
White with #111295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111295; }
p { color: rgb(17,18,149); }
H1.HeaderClassName
{
color: #111295;
}
.AnyTagClassName
{
color: #111295;
}
</style>
background-color css
<style>
a { background-color: #111295; }
a { background-color: rgb(17,18,149); }
div.DivClassName
{
background-color: #111295;
}
.BgClassName
{
background-color: #111295;
}
</style>
border-color css
<style>
span { border-color: #111295; }
span { border-color: rgb(17,18,149); }
td.TdClassName
{
border-color: #111295;
}
.TagClassName
{
border-color: #111295;
}
</style>