Shades of Ultramarine #1F048A
Tints of Ultramarine #1F048A
RGB
CMYK
RGB Variations
Color information
#1F048A (or 0x1F048A) is known color: Ultramarine. HEX triplet: 1F, 04 and 8A. RGB value is (31,4,138). Sum of RGB (Red+Green+Blue) = 31+4+138=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F048A is #E0FB75. Grayscale: #1A1A1A. Windows color (decimal): -14744438 or 9045023. OLE color: 9045023.
HSL color Cylindrical-coordinate representation of color #1F048A: hue angle of 252.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F048A is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 4 | 138 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.46 |
| HSL | 252.09º | 0.94% | 0.28% | - |
| HSV(B) | 252.09º | 0.97% | 0.54% | - |
| XYZ | 5.2 | 2.21 | 24.2 | - |
| YUV | 27.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 138 | 0.78 | 0.97 | 0 | 0.46 | 252.09 | 0.94 | 0.28 |
| Hex | 1F | 4 | 8A | 4E | 61 | 0 | 2E | FC | 5E | 1C |
| Octal | 37 | 4 | 212 | 116 | 141 | 0 | 56 | 374 | 136 | 34 |
| Binary | 11111 | 100 | 10001010 | 1001110 | 1100001 | 0 | 101110 | 11111100 | 1011110 | 11100 |
Color Harmonies of #1F048A
Complementary color
Monochromatic Colors of #1F048A
Black with #1F048A
Text Example
Text Example
White with #1F048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F048A; }
p { color: rgb(31,4,138); }
H1.HeaderClassName
{
color: #1F048A;
}
.AnyTagClassName
{
color: #1F048A;
}
</style>
background-color css
<style>
a { background-color: #1F048A; }
a { background-color: rgb(31,4,138); }
div.DivClassName
{
background-color: #1F048A;
}
.BgClassName
{
background-color: #1F048A;
}
</style>
border-color css
<style>
span { border-color: #1F048A; }
span { border-color: rgb(31,4,138); }
td.TdClassName
{
border-color: #1F048A;
}
.TagClassName
{
border-color: #1F048A;
}
</style>