Shades of Ultramarine #1F0084
Tints of Ultramarine #1F0084
RGB
CMYK
RGB Variations
Color information
#1F0084 (or 0x1F0084) is known color: Ultramarine. HEX triplet: 1F, 00 and 84. RGB value is (31,0,132). Sum of RGB (Red+Green+Blue) = 31+0+132=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F0084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0084 is #E0FF7B. Grayscale: #171717. Windows color (decimal): -14745468 or 8650783. OLE color: 8650783.
HSL color Cylindrical-coordinate representation of color #1F0084: hue angle of 254.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0084 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 0 | 132 | - |
| CMYK | 0.77 | 1 | 0 | 0.48 |
| HSL | 254.09º | 1% | 0.26% | - |
| HSV(B) | 254.09º | 1% | 0.52% | - |
| XYZ | 4.73 | 1.96 | 21.96 | - |
| YUV | 24.32 | 188.77 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 132 | 0.77 | 1 | 0 | 0.48 | 254.09 | 1 | 0.26 |
| Hex | 1F | 0 | 84 | 4D | 64 | 0 | 30 | FE | 64 | 1A |
| Octal | 37 | 0 | 204 | 115 | 144 | 0 | 60 | 376 | 144 | 32 |
| Binary | 11111 | 0 | 10000100 | 1001101 | 1100100 | 0 | 110000 | 11111110 | 1100100 | 11010 |
Color Harmonies of #1F0084
Complementary color
Monochromatic Colors of #1F0084
Black with #1F0084
Text Example
Text Example
White with #1F0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0084; }
p { color: rgb(31,0,132); }
H1.HeaderClassName
{
color: #1F0084;
}
.AnyTagClassName
{
color: #1F0084;
}
</style>
background-color css
<style>
a { background-color: #1F0084; }
a { background-color: rgb(31,0,132); }
div.DivClassName
{
background-color: #1F0084;
}
.BgClassName
{
background-color: #1F0084;
}
</style>
border-color css
<style>
span { border-color: #1F0084; }
span { border-color: rgb(31,0,132); }
td.TdClassName
{
border-color: #1F0084;
}
.TagClassName
{
border-color: #1F0084;
}
</style>