Shades of Ultramarine #110398
Tints of Ultramarine #110398
RGB
CMYK
RGB Variations
Color information
#110398 (or 0x110398) is known color: Ultramarine. HEX triplet: 11, 03 and 98. RGB value is (17,3,152). Sum of RGB (Red+Green+Blue) = 17+3+152=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #110398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110398 is #EEFC67. Grayscale: #171717. Windows color (decimal): -15662184 or 9962257. OLE color: 9962257.
HSL color Cylindrical-coordinate representation of color #110398: hue angle of 245.64º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110398 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 3 | 152 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.40 |
| HSL | 245.64º | 0.96% | 0.3% | - |
| HSV(B) | 245.64º | 0.98% | 0.6% | - |
| XYZ | 5.93 | 2.45 | 29.87 | - |
| YUV | 24.17 | 200.14 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 152 | 0.89 | 0.98 | 0 | 0.40 | 245.64 | 0.96 | 0.3 |
| Hex | 11 | 3 | 98 | 59 | 62 | 0 | 28 | F6 | 60 | 1E |
| Octal | 21 | 3 | 230 | 131 | 142 | 0 | 50 | 366 | 140 | 36 |
| Binary | 10001 | 11 | 10011000 | 1011001 | 1100010 | 0 | 101000 | 11110110 | 1100000 | 11110 |
Color Harmonies of #110398
Complementary color
Monochromatic Colors of #110398
Black with #110398
Text Example
Text Example
White with #110398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110398; }
p { color: rgb(17,3,152); }
H1.HeaderClassName
{
color: #110398;
}
.AnyTagClassName
{
color: #110398;
}
</style>
background-color css
<style>
a { background-color: #110398; }
a { background-color: rgb(17,3,152); }
div.DivClassName
{
background-color: #110398;
}
.BgClassName
{
background-color: #110398;
}
</style>
border-color css
<style>
span { border-color: #110398; }
span { border-color: rgb(17,3,152); }
td.TdClassName
{
border-color: #110398;
}
.TagClassName
{
border-color: #110398;
}
</style>