Shades of Ultramarine #1F0F87
Tints of Ultramarine #1F0F87
RGB
CMYK
RGB Variations
Color information
#1F0F87 (or 0x1F0F87) is known color: Ultramarine. HEX triplet: 1F, 0F and 87. RGB value is (31,15,135). Sum of RGB (Red+Green+Blue) = 31+15+135=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0F87 is #E0F078. Grayscale: #212121. Windows color (decimal): -14741625 or 8851231. OLE color: 8851231.
HSL color Cylindrical-coordinate representation of color #1F0F87: hue angle of 248º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F0F87 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 15 | 135 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.47 |
| HSL | 248º | 0.8% | 0.29% | - |
| HSV(B) | 248º | 0.89% | 0.53% | - |
| XYZ | 5.11 | 2.38 | 23.11 | - |
| YUV | 33.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 135 | 0.77 | 0.89 | 0 | 0.47 | 248 | 0.8 | 0.29 |
| Hex | 1F | F | 87 | 4D | 59 | 0 | 2F | F8 | 50 | 1D |
| Octal | 37 | 17 | 207 | 115 | 131 | 0 | 57 | 370 | 120 | 35 |
| Binary | 11111 | 1111 | 10000111 | 1001101 | 1011001 | 0 | 101111 | 11111000 | 1010000 | 11101 |
Color Harmonies of #1F0F87
Complementary color
Monochromatic Colors of #1F0F87
Black with #1F0F87
Text Example
Text Example
White with #1F0F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F87; }
p { color: rgb(31,15,135); }
H1.HeaderClassName
{
color: #1F0F87;
}
.AnyTagClassName
{
color: #1F0F87;
}
</style>
background-color css
<style>
a { background-color: #1F0F87; }
a { background-color: rgb(31,15,135); }
div.DivClassName
{
background-color: #1F0F87;
}
.BgClassName
{
background-color: #1F0F87;
}
</style>
border-color css
<style>
span { border-color: #1F0F87; }
span { border-color: rgb(31,15,135); }
td.TdClassName
{
border-color: #1F0F87;
}
.TagClassName
{
border-color: #1F0F87;
}
</style>