Shades of Ultramarine #1F199F
Tints of Ultramarine #1F199F
RGB
CMYK
RGB Variations
Color information
#1F199F (or 0x1F199F) is known color: Ultramarine. HEX triplet: 1F, 19 and 9F. RGB value is (31,25,159). Sum of RGB (Red+Green+Blue) = 31+25+159=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F199F is #E0E660. Grayscale: #292929. Windows color (decimal): -14739041 or 10426655. OLE color: 10426655.
HSL color Cylindrical-coordinate representation of color #1F199F: hue angle of 242.69º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F199F is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 25 | 159 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.38 |
| HSL | 242.69º | 0.73% | 0.36% | - |
| HSV(B) | 242.69º | 0.84% | 0.62% | - |
| XYZ | 7.17 | 3.49 | 33.1 | - |
| YUV | 42.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 159 | 0.81 | 0.84 | 0 | 0.38 | 242.69 | 0.73 | 0.36 |
| Hex | 1F | 19 | 9F | 51 | 54 | 0 | 26 | F3 | 49 | 24 |
| Octal | 37 | 31 | 237 | 121 | 124 | 0 | 46 | 363 | 111 | 44 |
| Binary | 11111 | 11001 | 10011111 | 1010001 | 1010100 | 0 | 100110 | 11110011 | 1001001 | 100100 |
Color Harmonies of #1F199F
Complementary color
Monochromatic Colors of #1F199F
Black with #1F199F
Text Example
Text Example
White with #1F199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F199F; }
p { color: rgb(31,25,159); }
H1.HeaderClassName
{
color: #1F199F;
}
.AnyTagClassName
{
color: #1F199F;
}
</style>
background-color css
<style>
a { background-color: #1F199F; }
a { background-color: rgb(31,25,159); }
div.DivClassName
{
background-color: #1F199F;
}
.BgClassName
{
background-color: #1F199F;
}
</style>
border-color css
<style>
span { border-color: #1F199F; }
span { border-color: rgb(31,25,159); }
td.TdClassName
{
border-color: #1F199F;
}
.TagClassName
{
border-color: #1F199F;
}
</style>