Shades of Ultramarine #1F019F
Tints of Ultramarine #1F019F
RGB
CMYK
RGB Variations
Color information
#1F019F (or 0x1F019F) is known color: Ultramarine. HEX triplet: 1F, 01 and 9F. RGB value is (31,1,159). Sum of RGB (Red+Green+Blue) = 31+1+159=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F019F is #E0FE60. Grayscale: #1B1B1B. Windows color (decimal): -14745185 or 10420511. OLE color: 10420511.
HSL color Cylindrical-coordinate representation of color #1F019F: hue angle of 251.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F019F is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 1 | 159 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.38 |
| HSL | 251.39º | 0.99% | 0.31% | - |
| HSV(B) | 251.39º | 0.99% | 0.62% | - |
| XYZ | 6.83 | 2.82 | 32.98 | - |
| YUV | 27.98 | 201.94 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 159 | 0.81 | 0.99 | 0 | 0.38 | 251.39 | 0.99 | 0.31 |
| Hex | 1F | 1 | 9F | 51 | 63 | 0 | 26 | FB | 63 | 1F |
| Octal | 37 | 1 | 237 | 121 | 143 | 0 | 46 | 373 | 143 | 37 |
| Binary | 11111 | 1 | 10011111 | 1010001 | 1100011 | 0 | 100110 | 11111011 | 1100011 | 11111 |
Color Harmonies of #1F019F
Complementary color
Monochromatic Colors of #1F019F
Black with #1F019F
Text Example
Text Example
White with #1F019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F019F; }
p { color: rgb(31,1,159); }
H1.HeaderClassName
{
color: #1F019F;
}
.AnyTagClassName
{
color: #1F019F;
}
</style>
background-color css
<style>
a { background-color: #1F019F; }
a { background-color: rgb(31,1,159); }
div.DivClassName
{
background-color: #1F019F;
}
.BgClassName
{
background-color: #1F019F;
}
</style>
border-color css
<style>
span { border-color: #1F019F; }
span { border-color: rgb(31,1,159); }
td.TdClassName
{
border-color: #1F019F;
}
.TagClassName
{
border-color: #1F019F;
}
</style>