Shades of Ultramarine #1F048F
Tints of Ultramarine #1F048F
RGB
CMYK
RGB Variations
Color information
#1F048F (or 0x1F048F) is known color: Ultramarine. HEX triplet: 1F, 04 and 8F. RGB value is (31,4,143). Sum of RGB (Red+Green+Blue) = 31+4+143=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F048F is #E0FB70. Grayscale: #1B1B1B. Windows color (decimal): -14744433 or 9372703. OLE color: 9372703.
HSL color Cylindrical-coordinate representation of color #1F048F: hue angle of 251.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F048F is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 4 | 143 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.44 |
| HSL | 251.65º | 0.95% | 0.29% | - |
| HSV(B) | 251.65º | 0.97% | 0.56% | - |
| XYZ | 5.57 | 2.36 | 26.15 | - |
| YUV | 27.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 143 | 0.78 | 0.97 | 0 | 0.44 | 251.65 | 0.95 | 0.29 |
| Hex | 1F | 4 | 8F | 4E | 61 | 0 | 2C | FC | 5F | 1D |
| Octal | 37 | 4 | 217 | 116 | 141 | 0 | 54 | 374 | 137 | 35 |
| Binary | 11111 | 100 | 10001111 | 1001110 | 1100001 | 0 | 101100 | 11111100 | 1011111 | 11101 |
Color Harmonies of #1F048F
Complementary color
Monochromatic Colors of #1F048F
Black with #1F048F
Text Example
Text Example
White with #1F048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F048F; }
p { color: rgb(31,4,143); }
H1.HeaderClassName
{
color: #1F048F;
}
.AnyTagClassName
{
color: #1F048F;
}
</style>
background-color css
<style>
a { background-color: #1F048F; }
a { background-color: rgb(31,4,143); }
div.DivClassName
{
background-color: #1F048F;
}
.BgClassName
{
background-color: #1F048F;
}
</style>
border-color css
<style>
span { border-color: #1F048F; }
span { border-color: rgb(31,4,143); }
td.TdClassName
{
border-color: #1F048F;
}
.TagClassName
{
border-color: #1F048F;
}
</style>