Shades of Ultramarine #110F9C
Tints of Ultramarine #110F9C
RGB
CMYK
RGB Variations
Color information
#110F9C (or 0x110F9C) is known color: Ultramarine. HEX triplet: 11, 0F and 9C. RGB value is (17,15,156). Sum of RGB (Red+Green+Blue) = 17+15+156=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #110F9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110F9C is #EEF063. Grayscale: #1F1F1F. Windows color (decimal): -15659108 or 10227473. OLE color: 10227473.
HSL color Cylindrical-coordinate representation of color #110F9C: hue angle of 240.85º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110F9C is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 15 | 156 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.39 |
| HSL | 240.85º | 0.82% | 0.34% | - |
| HSV(B) | 240.85º | 0.9% | 0.61% | - |
| XYZ | 6.4 | 2.86 | 31.67 | - |
| YUV | 31.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 156 | 0.89 | 0.90 | 0 | 0.39 | 240.85 | 0.82 | 0.34 |
| Hex | 11 | F | 9C | 59 | 5A | 0 | 27 | F1 | 52 | 22 |
| Octal | 21 | 17 | 234 | 131 | 132 | 0 | 47 | 361 | 122 | 42 |
| Binary | 10001 | 1111 | 10011100 | 1011001 | 1011010 | 0 | 100111 | 11110001 | 1010010 | 100010 |
Color Harmonies of #110F9C
Complementary color
Monochromatic Colors of #110F9C
Black with #110F9C
Text Example
Text Example
White with #110F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F9C; }
p { color: rgb(17,15,156); }
H1.HeaderClassName
{
color: #110F9C;
}
.AnyTagClassName
{
color: #110F9C;
}
</style>
background-color css
<style>
a { background-color: #110F9C; }
a { background-color: rgb(17,15,156); }
div.DivClassName
{
background-color: #110F9C;
}
.BgClassName
{
background-color: #110F9C;
}
</style>
border-color css
<style>
span { border-color: #110F9C; }
span { border-color: rgb(17,15,156); }
td.TdClassName
{
border-color: #110F9C;
}
.TagClassName
{
border-color: #110F9C;
}
</style>