Shades of Ultramarine #1F1080
Tints of Ultramarine #1F1080
RGB
CMYK
RGB Variations
Color information
#1F1080 (or 0x1F1080) is known color: Ultramarine. HEX triplet: 1F, 10 and 80. RGB value is (31,16,128). Sum of RGB (Red+Green+Blue) = 31+16+128=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F1080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1080 is #E0EF7F. Grayscale: #202020. Windows color (decimal): -14741376 or 8392735. OLE color: 8392735.
HSL color Cylindrical-coordinate representation of color #1F1080: hue angle of 248.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1080 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 16 | 128 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.50 |
| HSL | 248.04º | 0.78% | 0.28% | - |
| HSV(B) | 248.04º | 0.88% | 0.5% | - |
| XYZ | 4.65 | 2.22 | 20.61 | - |
| YUV | 33.25 | 181.47 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 128 | 0.76 | 0.88 | 0 | 0.50 | 248.04 | 0.78 | 0.28 |
| Hex | 1F | 10 | 80 | 4C | 58 | 0 | 32 | F8 | 4E | 1C |
| Octal | 37 | 20 | 200 | 114 | 130 | 0 | 62 | 370 | 116 | 34 |
| Binary | 11111 | 10000 | 10000000 | 1001100 | 1011000 | 0 | 110010 | 11111000 | 1001110 | 11100 |
Color Harmonies of #1F1080
Complementary color
Monochromatic Colors of #1F1080
Black with #1F1080
Text Example
Text Example
White with #1F1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1080; }
p { color: rgb(31,16,128); }
H1.HeaderClassName
{
color: #1F1080;
}
.AnyTagClassName
{
color: #1F1080;
}
</style>
background-color css
<style>
a { background-color: #1F1080; }
a { background-color: rgb(31,16,128); }
div.DivClassName
{
background-color: #1F1080;
}
.BgClassName
{
background-color: #1F1080;
}
</style>
border-color css
<style>
span { border-color: #1F1080; }
span { border-color: rgb(31,16,128); }
td.TdClassName
{
border-color: #1F1080;
}
.TagClassName
{
border-color: #1F1080;
}
</style>