Shades of Ultramarine #1F0289
Tints of Ultramarine #1F0289
RGB
CMYK
RGB Variations
Color information
#1F0289 (or 0x1F0289) is known color: Ultramarine. HEX triplet: 1F, 02 and 89. RGB value is (31,2,137). Sum of RGB (Red+Green+Blue) = 31+2+137=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F0289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0289 is #E0FD76. Grayscale: #191919. Windows color (decimal): -14744951 or 8978975. OLE color: 8978975.
HSL color Cylindrical-coordinate representation of color #1F0289: hue angle of 252.89º degrees, saturation: 0.97, 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 #1F0289 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 2 | 137 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.46 |
| HSL | 252.89º | 0.97% | 0.27% | - |
| HSV(B) | 252.89º | 0.99% | 0.54% | - |
| XYZ | 5.1 | 2.14 | 23.81 | - |
| YUV | 26.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 137 | 0.77 | 0.99 | 0 | 0.46 | 252.89 | 0.97 | 0.27 |
| Hex | 1F | 2 | 89 | 4D | 63 | 0 | 2E | FD | 61 | 1B |
| Octal | 37 | 2 | 211 | 115 | 143 | 0 | 56 | 375 | 141 | 33 |
| Binary | 11111 | 10 | 10001001 | 1001101 | 1100011 | 0 | 101110 | 11111101 | 1100001 | 11011 |
Color Harmonies of #1F0289
Complementary color
Monochromatic Colors of #1F0289
Black with #1F0289
Text Example
Text Example
White with #1F0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0289; }
p { color: rgb(31,2,137); }
H1.HeaderClassName
{
color: #1F0289;
}
.AnyTagClassName
{
color: #1F0289;
}
</style>
background-color css
<style>
a { background-color: #1F0289; }
a { background-color: rgb(31,2,137); }
div.DivClassName
{
background-color: #1F0289;
}
.BgClassName
{
background-color: #1F0289;
}
</style>
border-color css
<style>
span { border-color: #1F0289; }
span { border-color: rgb(31,2,137); }
td.TdClassName
{
border-color: #1F0289;
}
.TagClassName
{
border-color: #1F0289;
}
</style>