Shades of Ultramarine #1F199D
Tints of Ultramarine #1F199D
RGB
CMYK
RGB Variations
Color information
#1F199D (or 0x1F199D) is known color: Ultramarine. HEX triplet: 1F, 19 and 9D. RGB value is (31,25,157). Sum of RGB (Red+Green+Blue) = 31+25+157=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F199D is #E0E662. Grayscale: #292929. Windows color (decimal): -14739043 or 10295583. OLE color: 10295583.
HSL color Cylindrical-coordinate representation of color #1F199D: hue angle of 242.73º 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 #1F199D is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 25 | 157 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.38 |
| HSL | 242.73º | 0.73% | 0.36% | - |
| HSV(B) | 242.73º | 0.84% | 0.62% | - |
| XYZ | 7 | 3.42 | 32.19 | - |
| YUV | 41.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 157 | 0.80 | 0.84 | 0 | 0.38 | 242.73 | 0.73 | 0.36 |
| Hex | 1F | 19 | 9D | 50 | 54 | 0 | 26 | F3 | 49 | 24 |
| Octal | 37 | 31 | 235 | 120 | 124 | 0 | 46 | 363 | 111 | 44 |
| Binary | 11111 | 11001 | 10011101 | 1010000 | 1010100 | 0 | 100110 | 11110011 | 1001001 | 100100 |
Color Harmonies of #1F199D
Complementary color
Monochromatic Colors of #1F199D
Black with #1F199D
Text Example
Text Example
White with #1F199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F199D; }
p { color: rgb(31,25,157); }
H1.HeaderClassName
{
color: #1F199D;
}
.AnyTagClassName
{
color: #1F199D;
}
</style>
background-color css
<style>
a { background-color: #1F199D; }
a { background-color: rgb(31,25,157); }
div.DivClassName
{
background-color: #1F199D;
}
.BgClassName
{
background-color: #1F199D;
}
</style>
border-color css
<style>
span { border-color: #1F199D; }
span { border-color: rgb(31,25,157); }
td.TdClassName
{
border-color: #1F199D;
}
.TagClassName
{
border-color: #1F199D;
}
</style>