Shades of Ultramarine #1F119D
Tints of Ultramarine #1F119D
RGB
CMYK
RGB Variations
Color information
#1F119D (or 0x1F119D) is known color: Ultramarine. HEX triplet: 1F, 11 and 9D. RGB value is (31,17,157). Sum of RGB (Red+Green+Blue) = 31+17+157=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F119D is #E0EE62. Grayscale: #242424. Windows color (decimal): -14741091 or 10293535. OLE color: 10293535.
HSL color Cylindrical-coordinate representation of color #1F119D: hue angle of 246º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F119D is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 17 | 157 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.38 |
| HSL | 246º | 0.8% | 0.34% | - |
| HSV(B) | 246º | 0.89% | 0.62% | - |
| XYZ | 6.85 | 3.13 | 32.14 | - |
| YUV | 37.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 157 | 0.80 | 0.89 | 0 | 0.38 | 246 | 0.8 | 0.34 |
| Hex | 1F | 11 | 9D | 50 | 59 | 0 | 26 | F6 | 50 | 22 |
| Octal | 37 | 21 | 235 | 120 | 131 | 0 | 46 | 366 | 120 | 42 |
| Binary | 11111 | 10001 | 10011101 | 1010000 | 1011001 | 0 | 100110 | 11110110 | 1010000 | 100010 |
Color Harmonies of #1F119D
Complementary color
Monochromatic Colors of #1F119D
Black with #1F119D
Text Example
Text Example
White with #1F119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F119D; }
p { color: rgb(31,17,157); }
H1.HeaderClassName
{
color: #1F119D;
}
.AnyTagClassName
{
color: #1F119D;
}
</style>
background-color css
<style>
a { background-color: #1F119D; }
a { background-color: rgb(31,17,157); }
div.DivClassName
{
background-color: #1F119D;
}
.BgClassName
{
background-color: #1F119D;
}
</style>
border-color css
<style>
span { border-color: #1F119D; }
span { border-color: rgb(31,17,157); }
td.TdClassName
{
border-color: #1F119D;
}
.TagClassName
{
border-color: #1F119D;
}
</style>