Shades of Ultramarine #1F0480
Tints of Ultramarine #1F0480
RGB
CMYK
RGB Variations
Color information
#1F0480 (or 0x1F0480) is known color: Ultramarine. HEX triplet: 1F, 04 and 80. RGB value is (31,4,128). Sum of RGB (Red+Green+Blue) = 31+4+128=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F0480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0480 is #E0FB7F. Grayscale: #191919. Windows color (decimal): -14744448 or 8389663. OLE color: 8389663.
HSL color Cylindrical-coordinate representation of color #1F0480: hue angle of 253.06º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0480 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 4 | 128 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.50 |
| HSL | 253.06º | 0.94% | 0.26% | - |
| HSV(B) | 253.06º | 0.97% | 0.5% | - |
| XYZ | 4.5 | 1.94 | 20.56 | - |
| YUV | 26.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 128 | 0.76 | 0.97 | 0 | 0.50 | 253.06 | 0.94 | 0.26 |
| Hex | 1F | 4 | 80 | 4C | 61 | 0 | 32 | FD | 5E | 1A |
| Octal | 37 | 4 | 200 | 114 | 141 | 0 | 62 | 375 | 136 | 32 |
| Binary | 11111 | 100 | 10000000 | 1001100 | 1100001 | 0 | 110010 | 11111101 | 1011110 | 11010 |
Color Harmonies of #1F0480
Complementary color
Monochromatic Colors of #1F0480
Black with #1F0480
Text Example
Text Example
White with #1F0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0480; }
p { color: rgb(31,4,128); }
H1.HeaderClassName
{
color: #1F0480;
}
.AnyTagClassName
{
color: #1F0480;
}
</style>
background-color css
<style>
a { background-color: #1F0480; }
a { background-color: rgb(31,4,128); }
div.DivClassName
{
background-color: #1F0480;
}
.BgClassName
{
background-color: #1F0480;
}
</style>
border-color css
<style>
span { border-color: #1F0480; }
span { border-color: rgb(31,4,128); }
td.TdClassName
{
border-color: #1F0480;
}
.TagClassName
{
border-color: #1F0480;
}
</style>