Shades of Ultramarine #1F0189
Tints of Ultramarine #1F0189
RGB
CMYK
RGB Variations
Color information
#1F0189 (or 0x1F0189) is known color: Ultramarine. HEX triplet: 1F, 01 and 89. RGB value is (31,1,137). Sum of RGB (Red+Green+Blue) = 31+1+137=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0189 is #E0FE76. Grayscale: #181818. Windows color (decimal): -14745207 or 8978719. OLE color: 8978719.
HSL color Cylindrical-coordinate representation of color #1F0189: hue angle of 253.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0189 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 1 | 137 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.46 |
| HSL | 253.24º | 0.99% | 0.27% | - |
| HSV(B) | 253.24º | 0.99% | 0.54% | - |
| XYZ | 5.09 | 2.12 | 23.81 | - |
| YUV | 25.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 137 | 0.77 | 0.99 | 0 | 0.46 | 253.24 | 0.99 | 0.27 |
| Hex | 1F | 1 | 89 | 4D | 63 | 0 | 2E | FD | 63 | 1B |
| Octal | 37 | 1 | 211 | 115 | 143 | 0 | 56 | 375 | 143 | 33 |
| Binary | 11111 | 1 | 10001001 | 1001101 | 1100011 | 0 | 101110 | 11111101 | 1100011 | 11011 |
Color Harmonies of #1F0189
Complementary color
Monochromatic Colors of #1F0189
Black with #1F0189
Text Example
Text Example
White with #1F0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0189; }
p { color: rgb(31,1,137); }
H1.HeaderClassName
{
color: #1F0189;
}
.AnyTagClassName
{
color: #1F0189;
}
</style>
background-color css
<style>
a { background-color: #1F0189; }
a { background-color: rgb(31,1,137); }
div.DivClassName
{
background-color: #1F0189;
}
.BgClassName
{
background-color: #1F0189;
}
</style>
border-color css
<style>
span { border-color: #1F0189; }
span { border-color: rgb(31,1,137); }
td.TdClassName
{
border-color: #1F0189;
}
.TagClassName
{
border-color: #1F0189;
}
</style>