Shades of Ultramarine #1F109D
Tints of Ultramarine #1F109D
RGB
CMYK
RGB Variations
Color information
#1F109D (or 0x1F109D) is known color: Ultramarine. HEX triplet: 1F, 10 and 9D. RGB value is (31,16,157). Sum of RGB (Red+Green+Blue) = 31+16+157=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F109D is #E0EF62. Grayscale: #242424. Windows color (decimal): -14741347 or 10293279. OLE color: 10293279.
HSL color Cylindrical-coordinate representation of color #1F109D: hue angle of 246.38º 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 #1F109D is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 16 | 157 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.38 |
| HSL | 246.38º | 0.82% | 0.34% | - |
| HSV(B) | 246.38º | 0.9% | 0.62% | - |
| XYZ | 6.84 | 3.1 | 32.14 | - |
| YUV | 36.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 157 | 0.80 | 0.90 | 0 | 0.38 | 246.38 | 0.82 | 0.34 |
| Hex | 1F | 10 | 9D | 50 | 5A | 0 | 26 | F6 | 52 | 22 |
| Octal | 37 | 20 | 235 | 120 | 132 | 0 | 46 | 366 | 122 | 42 |
| Binary | 11111 | 10000 | 10011101 | 1010000 | 1011010 | 0 | 100110 | 11110110 | 1010010 | 100010 |
Color Harmonies of #1F109D
Complementary color
Monochromatic Colors of #1F109D
Black with #1F109D
Text Example
Text Example
White with #1F109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F109D; }
p { color: rgb(31,16,157); }
H1.HeaderClassName
{
color: #1F109D;
}
.AnyTagClassName
{
color: #1F109D;
}
</style>
background-color css
<style>
a { background-color: #1F109D; }
a { background-color: rgb(31,16,157); }
div.DivClassName
{
background-color: #1F109D;
}
.BgClassName
{
background-color: #1F109D;
}
</style>
border-color css
<style>
span { border-color: #1F109D; }
span { border-color: rgb(31,16,157); }
td.TdClassName
{
border-color: #1F109D;
}
.TagClassName
{
border-color: #1F109D;
}
</style>