Shades of Ultramarine #1F109E
Tints of Ultramarine #1F109E
RGB
CMYK
RGB Variations
Color information
#1F109E (or 0x1F109E) is known color: Ultramarine. HEX triplet: 1F, 10 and 9E. RGB value is (31,16,158). Sum of RGB (Red+Green+Blue) = 31+16+158=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F109E is #E0EF61. Grayscale: #242424. Windows color (decimal): -14741346 or 10358815. OLE color: 10358815.
HSL color Cylindrical-coordinate representation of color #1F109E: hue angle of 246.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F109E is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 16 | 158 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.38 |
| HSL | 246.34º | 0.82% | 0.34% | - |
| HSV(B) | 246.34º | 0.9% | 0.62% | - |
| XYZ | 6.92 | 3.13 | 32.59 | - |
| YUV | 36.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 158 | 0.80 | 0.90 | 0 | 0.38 | 246.34 | 0.82 | 0.34 |
| Hex | 1F | 10 | 9E | 50 | 5A | 0 | 26 | F6 | 52 | 22 |
| Octal | 37 | 20 | 236 | 120 | 132 | 0 | 46 | 366 | 122 | 42 |
| Binary | 11111 | 10000 | 10011110 | 1010000 | 1011010 | 0 | 100110 | 11110110 | 1010010 | 100010 |
Color Harmonies of #1F109E
Complementary color
Monochromatic Colors of #1F109E
Black with #1F109E
Text Example
Text Example
White with #1F109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F109E; }
p { color: rgb(31,16,158); }
H1.HeaderClassName
{
color: #1F109E;
}
.AnyTagClassName
{
color: #1F109E;
}
</style>
background-color css
<style>
a { background-color: #1F109E; }
a { background-color: rgb(31,16,158); }
div.DivClassName
{
background-color: #1F109E;
}
.BgClassName
{
background-color: #1F109E;
}
</style>
border-color css
<style>
span { border-color: #1F109E; }
span { border-color: rgb(31,16,158); }
td.TdClassName
{
border-color: #1F109E;
}
.TagClassName
{
border-color: #1F109E;
}
</style>