Shades of Ultramarine #1F0EA0
Tints of Ultramarine #1F0EA0
RGB
CMYK
RGB Variations
Color information
#1F0EA0 (or 0x1F0EA0) is known color: Ultramarine. HEX triplet: 1F, 0E and A0. RGB value is (31,14,160). Sum of RGB (Red+Green+Blue) = 31+14+160=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 160 (62.89% from 255 or 78.05% from 205); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F0EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0EA0 is #E0F15F. Grayscale: #232323. Windows color (decimal): -14741856 or 10489375. OLE color: 10489375.
HSL color Cylindrical-coordinate representation of color #1F0EA0: hue angle of 246.99º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0EA0 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 14 | 160 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.37 |
| HSL | 246.99º | 0.84% | 0.34% | - |
| HSV(B) | 246.99º | 0.91% | 0.63% | - |
| XYZ | 7.07 | 3.14 | 33.49 | - |
| YUV | 35.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 160 | 0.81 | 0.91 | 0 | 0.37 | 246.99 | 0.84 | 0.34 |
| Hex | 1F | E | A0 | 51 | 5B | 0 | 25 | F7 | 54 | 22 |
| Octal | 37 | 16 | 240 | 121 | 133 | 0 | 45 | 367 | 124 | 42 |
| Binary | 11111 | 1110 | 10100000 | 1010001 | 1011011 | 0 | 100101 | 11110111 | 1010100 | 100010 |
Color Harmonies of #1F0EA0
Complementary color
Monochromatic Colors of #1F0EA0
Black with #1F0EA0
Text Example
Text Example
White with #1F0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0EA0; }
p { color: rgb(31,14,160); }
H1.HeaderClassName
{
color: #1F0EA0;
}
.AnyTagClassName
{
color: #1F0EA0;
}
</style>
background-color css
<style>
a { background-color: #1F0EA0; }
a { background-color: rgb(31,14,160); }
div.DivClassName
{
background-color: #1F0EA0;
}
.BgClassName
{
background-color: #1F0EA0;
}
</style>
border-color css
<style>
span { border-color: #1F0EA0; }
span { border-color: rgb(31,14,160); }
td.TdClassName
{
border-color: #1F0EA0;
}
.TagClassName
{
border-color: #1F0EA0;
}
</style>