Shades of Ultramarine #1F108D
Tints of Ultramarine #1F108D
RGB
CMYK
RGB Variations
Color information
#1F108D (or 0x1F108D) is known color: Ultramarine. HEX triplet: 1F, 10 and 8D. RGB value is (31,16,141). Sum of RGB (Red+Green+Blue) = 31+16+141=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F108D is #E0EF72. Grayscale: #222222. Windows color (decimal): -14741363 or 9244703. OLE color: 9244703.
HSL color Cylindrical-coordinate representation of color #1F108D: hue angle of 247.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F108D is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 16 | 141 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.45 |
| HSL | 247.2º | 0.8% | 0.31% | - |
| HSV(B) | 247.2º | 0.89% | 0.55% | - |
| XYZ | 5.56 | 2.58 | 25.41 | - |
| YUV | 34.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 141 | 0.78 | 0.89 | 0 | 0.45 | 247.2 | 0.8 | 0.31 |
| Hex | 1F | 10 | 8D | 4E | 59 | 0 | 2D | F7 | 50 | 1F |
| Octal | 37 | 20 | 215 | 116 | 131 | 0 | 55 | 367 | 120 | 37 |
| Binary | 11111 | 10000 | 10001101 | 1001110 | 1011001 | 0 | 101101 | 11110111 | 1010000 | 11111 |
Color Harmonies of #1F108D
Complementary color
Monochromatic Colors of #1F108D
Black with #1F108D
Text Example
Text Example
White with #1F108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F108D; }
p { color: rgb(31,16,141); }
H1.HeaderClassName
{
color: #1F108D;
}
.AnyTagClassName
{
color: #1F108D;
}
</style>
background-color css
<style>
a { background-color: #1F108D; }
a { background-color: rgb(31,16,141); }
div.DivClassName
{
background-color: #1F108D;
}
.BgClassName
{
background-color: #1F108D;
}
</style>
border-color css
<style>
span { border-color: #1F108D; }
span { border-color: rgb(31,16,141); }
td.TdClassName
{
border-color: #1F108D;
}
.TagClassName
{
border-color: #1F108D;
}
</style>