Shades of Ultramarine #1F019E
Tints of Ultramarine #1F019E
RGB
CMYK
RGB Variations
Color information
#1F019E (or 0x1F019E) is known color: Ultramarine. HEX triplet: 1F, 01 and 9E. RGB value is (31,1,158). Sum of RGB (Red+Green+Blue) = 31+1+158=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F019E is #E0FE61. Grayscale: #1B1B1B. Windows color (decimal): -14745186 or 10354975. OLE color: 10354975.
HSL color Cylindrical-coordinate representation of color #1F019E: hue angle of 251.46º 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 #1F019E is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 1 | 158 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.38 |
| HSL | 251.47º | 0.99% | 0.31% | - |
| HSV(B) | 251.47º | 0.99% | 0.62% | - |
| XYZ | 6.75 | 2.78 | 32.53 | - |
| YUV | 27.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 158 | 0.80 | 0.99 | 0 | 0.38 | 251.47 | 0.99 | 0.31 |
| Hex | 1F | 1 | 9E | 50 | 63 | 0 | 26 | FB | 63 | 1F |
| Octal | 37 | 1 | 236 | 120 | 143 | 0 | 46 | 373 | 143 | 37 |
| Binary | 11111 | 1 | 10011110 | 1010000 | 1100011 | 0 | 100110 | 11111011 | 1100011 | 11111 |
Color Harmonies of #1F019E
Complementary color
Monochromatic Colors of #1F019E
Black with #1F019E
Text Example
Text Example
White with #1F019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F019E; }
p { color: rgb(31,1,158); }
H1.HeaderClassName
{
color: #1F019E;
}
.AnyTagClassName
{
color: #1F019E;
}
</style>
background-color css
<style>
a { background-color: #1F019E; }
a { background-color: rgb(31,1,158); }
div.DivClassName
{
background-color: #1F019E;
}
.BgClassName
{
background-color: #1F019E;
}
</style>
border-color css
<style>
span { border-color: #1F019E; }
span { border-color: rgb(31,1,158); }
td.TdClassName
{
border-color: #1F019E;
}
.TagClassName
{
border-color: #1F019E;
}
</style>