Shades of Ultramarine #1F118D
Tints of Ultramarine #1F118D
RGB
CMYK
RGB Variations
Color information
#1F118D (or 0x1F118D) is known color: Ultramarine. HEX triplet: 1F, 11 and 8D. RGB value is (31,17,141). Sum of RGB (Red+Green+Blue) = 31+17+141=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F118D is #E0EE72. Grayscale: #222222. Windows color (decimal): -14741107 or 9244959. OLE color: 9244959.
HSL color Cylindrical-coordinate representation of color #1F118D: hue angle of 246.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F118D is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 17 | 141 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.45 |
| HSL | 246.77º | 0.78% | 0.31% | - |
| HSV(B) | 246.77º | 0.88% | 0.55% | - |
| XYZ | 5.57 | 2.62 | 25.41 | - |
| YUV | 35.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 141 | 0.78 | 0.88 | 0 | 0.45 | 246.77 | 0.78 | 0.31 |
| Hex | 1F | 11 | 8D | 4E | 58 | 0 | 2D | F7 | 4E | 1F |
| Octal | 37 | 21 | 215 | 116 | 130 | 0 | 55 | 367 | 116 | 37 |
| Binary | 11111 | 10001 | 10001101 | 1001110 | 1011000 | 0 | 101101 | 11110111 | 1001110 | 11111 |
Color Harmonies of #1F118D
Complementary color
Monochromatic Colors of #1F118D
Black with #1F118D
Text Example
Text Example
White with #1F118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F118D; }
p { color: rgb(31,17,141); }
H1.HeaderClassName
{
color: #1F118D;
}
.AnyTagClassName
{
color: #1F118D;
}
</style>
background-color css
<style>
a { background-color: #1F118D; }
a { background-color: rgb(31,17,141); }
div.DivClassName
{
background-color: #1F118D;
}
.BgClassName
{
background-color: #1F118D;
}
</style>
border-color css
<style>
span { border-color: #1F118D; }
span { border-color: rgb(31,17,141); }
td.TdClassName
{
border-color: #1F118D;
}
.TagClassName
{
border-color: #1F118D;
}
</style>