Shades of Ultramarine #1F139B
Tints of Ultramarine #1F139B
RGB
CMYK
RGB Variations
Color information
#1F139B (or 0x1F139B) is known color: Ultramarine. HEX triplet: 1F, 13 and 9B. RGB value is (31,19,155). Sum of RGB (Red+Green+Blue) = 31+19+155=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F139B is #E0EC64. Grayscale: #252525. Windows color (decimal): -14740581 or 10162975. OLE color: 10162975.
HSL color Cylindrical-coordinate representation of color #1F139B: hue angle of 245.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F139B is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 19 | 155 | - |
| CMYK | 0.8 | 0.88 | 0 | 0.39 |
| HSL | 245.29º | 0.78% | 0.34% | - |
| HSV(B) | 245.29º | 0.88% | 0.61% | - |
| XYZ | 6.71 | 3.12 | 31.26 | - |
| YUV | 38.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 155 | 0.8 | 0.88 | 0 | 0.39 | 245.29 | 0.78 | 0.34 |
| Hex | 1F | 13 | 9B | 50 | 58 | 0 | 27 | F5 | 4E | 22 |
| Octal | 37 | 23 | 233 | 120 | 130 | 0 | 47 | 365 | 116 | 42 |
| Binary | 11111 | 10011 | 10011011 | 1010000 | 1011000 | 0 | 100111 | 11110101 | 1001110 | 100010 |
Color Harmonies of #1F139B
Complementary color
Monochromatic Colors of #1F139B
Black with #1F139B
Text Example
Text Example
White with #1F139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F139B; }
p { color: rgb(31,19,155); }
H1.HeaderClassName
{
color: #1F139B;
}
.AnyTagClassName
{
color: #1F139B;
}
</style>
background-color css
<style>
a { background-color: #1F139B; }
a { background-color: rgb(31,19,155); }
div.DivClassName
{
background-color: #1F139B;
}
.BgClassName
{
background-color: #1F139B;
}
</style>
border-color css
<style>
span { border-color: #1F139B; }
span { border-color: rgb(31,19,155); }
td.TdClassName
{
border-color: #1F139B;
}
.TagClassName
{
border-color: #1F139B;
}
</style>