Shades of Ultramarine #1F1189
Tints of Ultramarine #1F1189
RGB
CMYK
RGB Variations
Color information
#1F1189 (or 0x1F1189) is known color: Ultramarine. HEX triplet: 1F, 11 and 89. RGB value is (31,17,137). Sum of RGB (Red+Green+Blue) = 31+17+137=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F1189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1189 is #E0EE76. Grayscale: #222222. Windows color (decimal): -14741111 or 8982815. OLE color: 8982815.
HSL color Cylindrical-coordinate representation of color #1F1189: hue angle of 247º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1189 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 17 | 137 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.46 |
| HSL | 247º | 0.78% | 0.3% | - |
| HSV(B) | 247º | 0.88% | 0.54% | - |
| XYZ | 5.28 | 2.5 | 23.87 | - |
| YUV | 34.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 137 | 0.77 | 0.88 | 0 | 0.46 | 247 | 0.78 | 0.3 |
| Hex | 1F | 11 | 89 | 4D | 58 | 0 | 2E | F7 | 4E | 1E |
| Octal | 37 | 21 | 211 | 115 | 130 | 0 | 56 | 367 | 116 | 36 |
| Binary | 11111 | 10001 | 10001001 | 1001101 | 1011000 | 0 | 101110 | 11110111 | 1001110 | 11110 |
Color Harmonies of #1F1189
Complementary color
Monochromatic Colors of #1F1189
Black with #1F1189
Text Example
Text Example
White with #1F1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1189; }
p { color: rgb(31,17,137); }
H1.HeaderClassName
{
color: #1F1189;
}
.AnyTagClassName
{
color: #1F1189;
}
</style>
background-color css
<style>
a { background-color: #1F1189; }
a { background-color: rgb(31,17,137); }
div.DivClassName
{
background-color: #1F1189;
}
.BgClassName
{
background-color: #1F1189;
}
</style>
border-color css
<style>
span { border-color: #1F1189; }
span { border-color: rgb(31,17,137); }
td.TdClassName
{
border-color: #1F1189;
}
.TagClassName
{
border-color: #1F1189;
}
</style>