Shades of Ultramarine #1F0899
Tints of Ultramarine #1F0899
RGB
CMYK
RGB Variations
Color information
#1F0899 (or 0x1F0899) is known color: Ultramarine. HEX triplet: 1F, 08 and 99. RGB value is (31,8,153). Sum of RGB (Red+Green+Blue) = 31+8+153=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F0899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0899 is #E0F766. Grayscale: #1E1E1E. Windows color (decimal): -14743399 or 10029087. OLE color: 10029087.
HSL color Cylindrical-coordinate representation of color #1F0899: hue angle of 249.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0899 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 8 | 153 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.4 |
| HSL | 249.52º | 0.9% | 0.32% | - |
| HSV(B) | 249.52º | 0.95% | 0.6% | - |
| XYZ | 6.4 | 2.76 | 30.33 | - |
| YUV | 31.41 | 196.62 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 153 | 0.80 | 0.95 | 0 | 0.4 | 249.52 | 0.9 | 0.32 |
| Hex | 1F | 8 | 99 | 50 | 5F | 0 | 28 | FA | 5A | 20 |
| Octal | 37 | 10 | 231 | 120 | 137 | 0 | 50 | 372 | 132 | 40 |
| Binary | 11111 | 1000 | 10011001 | 1010000 | 1011111 | 0 | 101000 | 11111010 | 1011010 | 100000 |
Color Harmonies of #1F0899
Complementary color
Monochromatic Colors of #1F0899
Black with #1F0899
Text Example
Text Example
White with #1F0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0899; }
p { color: rgb(31,8,153); }
H1.HeaderClassName
{
color: #1F0899;
}
.AnyTagClassName
{
color: #1F0899;
}
</style>
background-color css
<style>
a { background-color: #1F0899; }
a { background-color: rgb(31,8,153); }
div.DivClassName
{
background-color: #1F0899;
}
.BgClassName
{
background-color: #1F0899;
}
</style>
border-color css
<style>
span { border-color: #1F0899; }
span { border-color: rgb(31,8,153); }
td.TdClassName
{
border-color: #1F0899;
}
.TagClassName
{
border-color: #1F0899;
}
</style>