Shades of Ultramarine #1F0D84
Tints of Ultramarine #1F0D84
RGB
CMYK
RGB Variations
Color information
#1F0D84 (or 0x1F0D84) is known color: Ultramarine. HEX triplet: 1F, 0D and 84. RGB value is (31,13,132). Sum of RGB (Red+Green+Blue) = 31+13+132=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F0D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0D84 is #E0F27B. Grayscale: #1F1F1F. Windows color (decimal): -14742140 or 8654111. OLE color: 8654111.
HSL color Cylindrical-coordinate representation of color #1F0D84: hue angle of 249.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0D84 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 13 | 132 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.48 |
| HSL | 249.08º | 0.82% | 0.28% | - |
| HSV(B) | 249.08º | 0.9% | 0.52% | - |
| XYZ | 4.87 | 2.25 | 22.01 | - |
| YUV | 31.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 132 | 0.77 | 0.90 | 0 | 0.48 | 249.08 | 0.82 | 0.28 |
| Hex | 1F | D | 84 | 4D | 5A | 0 | 30 | F9 | 52 | 1C |
| Octal | 37 | 15 | 204 | 115 | 132 | 0 | 60 | 371 | 122 | 34 |
| Binary | 11111 | 1101 | 10000100 | 1001101 | 1011010 | 0 | 110000 | 11111001 | 1010010 | 11100 |
Color Harmonies of #1F0D84
Complementary color
Monochromatic Colors of #1F0D84
Black with #1F0D84
Text Example
Text Example
White with #1F0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D84; }
p { color: rgb(31,13,132); }
H1.HeaderClassName
{
color: #1F0D84;
}
.AnyTagClassName
{
color: #1F0D84;
}
</style>
background-color css
<style>
a { background-color: #1F0D84; }
a { background-color: rgb(31,13,132); }
div.DivClassName
{
background-color: #1F0D84;
}
.BgClassName
{
background-color: #1F0D84;
}
</style>
border-color css
<style>
span { border-color: #1F0D84; }
span { border-color: rgb(31,13,132); }
td.TdClassName
{
border-color: #1F0D84;
}
.TagClassName
{
border-color: #1F0D84;
}
</style>