Shades of Ultramarine #1F0FB1
Tints of Ultramarine #1F0FB1
RGB
CMYK
RGB Variations
Color information
#1F0FB1 (or 0x1F0FB1) is known color: Ultramarine. HEX triplet: 1F, 0F and B1. RGB value is (31,15,177). Sum of RGB (Red+Green+Blue) = 31+15+177=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F0FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FB1 is #E0F04E. Grayscale: #252525. Windows color (decimal): -14741583 or 11603743. OLE color: 11603743.
HSL color Cylindrical-coordinate representation of color #1F0FB1: hue angle of 245.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0FB1 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 15 | 177 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.31 |
| HSL | 245.93º | 0.84% | 0.38% | - |
| HSV(B) | 245.93º | 0.92% | 0.69% | - |
| XYZ | 8.67 | 3.81 | 41.87 | - |
| YUV | 38.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 177 | 0.82 | 0.92 | 0 | 0.31 | 245.93 | 0.84 | 0.38 |
| Hex | 1F | F | B1 | 52 | 5C | 0 | 1F | F6 | 54 | 26 |
| Octal | 37 | 17 | 261 | 122 | 134 | 0 | 37 | 366 | 124 | 46 |
| Binary | 11111 | 1111 | 10110001 | 1010010 | 1011100 | 0 | 11111 | 11110110 | 1010100 | 100110 |
Color Harmonies of #1F0FB1
Complementary color
Monochromatic Colors of #1F0FB1
Black with #1F0FB1
Text Example
Text Example
White with #1F0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FB1; }
p { color: rgb(31,15,177); }
H1.HeaderClassName
{
color: #1F0FB1;
}
.AnyTagClassName
{
color: #1F0FB1;
}
</style>
background-color css
<style>
a { background-color: #1F0FB1; }
a { background-color: rgb(31,15,177); }
div.DivClassName
{
background-color: #1F0FB1;
}
.BgClassName
{
background-color: #1F0FB1;
}
</style>
border-color css
<style>
span { border-color: #1F0FB1; }
span { border-color: rgb(31,15,177); }
td.TdClassName
{
border-color: #1F0FB1;
}
.TagClassName
{
border-color: #1F0FB1;
}
</style>