Shades of Ultramarine #1F0FAD
Tints of Ultramarine #1F0FAD
RGB
CMYK
RGB Variations
Color information
#1F0FAD (or 0x1F0FAD) is known color: Ultramarine. HEX triplet: 1F, 0F and AD. RGB value is (31,15,173). Sum of RGB (Red+Green+Blue) = 31+15+173=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAD is #E0F052. Grayscale: #252525. Windows color (decimal): -14741587 or 11341599. OLE color: 11341599.
HSL color Cylindrical-coordinate representation of color #1F0FAD: hue angle of 246.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0FAD is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 15 | 173 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.32 |
| HSL | 246.08º | 0.84% | 0.37% | - |
| HSV(B) | 246.08º | 0.91% | 0.68% | - |
| XYZ | 8.28 | 3.65 | 39.8 | - |
| YUV | 37.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 173 | 0.82 | 0.91 | 0 | 0.32 | 246.08 | 0.84 | 0.37 |
| Hex | 1F | F | AD | 52 | 5B | 0 | 20 | F6 | 54 | 25 |
| Octal | 37 | 17 | 255 | 122 | 133 | 0 | 40 | 366 | 124 | 45 |
| Binary | 11111 | 1111 | 10101101 | 1010010 | 1011011 | 0 | 100000 | 11110110 | 1010100 | 100101 |
Color Harmonies of #1F0FAD
Complementary color
Monochromatic Colors of #1F0FAD
Black with #1F0FAD
Text Example
Text Example
White with #1F0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FAD; }
p { color: rgb(31,15,173); }
H1.HeaderClassName
{
color: #1F0FAD;
}
.AnyTagClassName
{
color: #1F0FAD;
}
</style>
background-color css
<style>
a { background-color: #1F0FAD; }
a { background-color: rgb(31,15,173); }
div.DivClassName
{
background-color: #1F0FAD;
}
.BgClassName
{
background-color: #1F0FAD;
}
</style>
border-color css
<style>
span { border-color: #1F0FAD; }
span { border-color: rgb(31,15,173); }
td.TdClassName
{
border-color: #1F0FAD;
}
.TagClassName
{
border-color: #1F0FAD;
}
</style>