Shades of Ultramarine #1F1389
Tints of Ultramarine #1F1389
RGB
CMYK
RGB Variations
Color information
#1F1389 (or 0x1F1389) is known color: Ultramarine. HEX triplet: 1F, 13 and 89. RGB value is (31,19,137). Sum of RGB (Red+Green+Blue) = 31+19+137=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F1389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1389 is #E0EC76. Grayscale: #232323. Windows color (decimal): -14740599 or 8983327. OLE color: 8983327.
HSL color Cylindrical-coordinate representation of color #1F1389: hue angle of 246.1º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1389 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 19 | 137 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.46 |
| HSL | 246.1º | 0.76% | 0.31% | - |
| HSV(B) | 246.1º | 0.86% | 0.54% | - |
| XYZ | 5.31 | 2.56 | 23.88 | - |
| YUV | 36.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 137 | 0.77 | 0.86 | 0 | 0.46 | 246.1 | 0.76 | 0.31 |
| Hex | 1F | 13 | 89 | 4D | 56 | 0 | 2E | F6 | 4C | 1F |
| Octal | 37 | 23 | 211 | 115 | 126 | 0 | 56 | 366 | 114 | 37 |
| Binary | 11111 | 10011 | 10001001 | 1001101 | 1010110 | 0 | 101110 | 11110110 | 1001100 | 11111 |
Color Harmonies of #1F1389
Complementary color
Monochromatic Colors of #1F1389
Black with #1F1389
Text Example
Text Example
White with #1F1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1389; }
p { color: rgb(31,19,137); }
H1.HeaderClassName
{
color: #1F1389;
}
.AnyTagClassName
{
color: #1F1389;
}
</style>
background-color css
<style>
a { background-color: #1F1389; }
a { background-color: rgb(31,19,137); }
div.DivClassName
{
background-color: #1F1389;
}
.BgClassName
{
background-color: #1F1389;
}
</style>
border-color css
<style>
span { border-color: #1F1389; }
span { border-color: rgb(31,19,137); }
td.TdClassName
{
border-color: #1F1389;
}
.TagClassName
{
border-color: #1F1389;
}
</style>