Shades of Ultramarine #1F008D
Tints of Ultramarine #1F008D
RGB
CMYK
RGB Variations
Color information
#1F008D (or 0x1F008D) is known color: Ultramarine. HEX triplet: 1F, 00 and 8D. RGB value is (31,0,141). Sum of RGB (Red+Green+Blue) = 31+0+141=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F008D is #E0FF72. Grayscale: #181818. Windows color (decimal): -14745459 or 9240607. OLE color: 9240607.
HSL color Cylindrical-coordinate representation of color #1F008D: hue angle of 253.19º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F008D is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 0 | 141 | - |
| CMYK | 0.78 | 1 | 0 | 0.45 |
| HSL | 253.19º | 1% | 0.28% | - |
| HSV(B) | 253.19º | 1% | 0.55% | - |
| XYZ | 5.37 | 2.21 | 25.34 | - |
| YUV | 25.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 141 | 0.78 | 1 | 0 | 0.45 | 253.19 | 1 | 0.28 |
| Hex | 1F | 0 | 8D | 4E | 64 | 0 | 2D | FD | 64 | 1C |
| Octal | 37 | 0 | 215 | 116 | 144 | 0 | 55 | 375 | 144 | 34 |
| Binary | 11111 | 0 | 10001101 | 1001110 | 1100100 | 0 | 101101 | 11111101 | 1100100 | 11100 |
Color Harmonies of #1F008D
Complementary color
Monochromatic Colors of #1F008D
Black with #1F008D
Text Example
Text Example
White with #1F008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F008D; }
p { color: rgb(31,0,141); }
H1.HeaderClassName
{
color: #1F008D;
}
.AnyTagClassName
{
color: #1F008D;
}
</style>
background-color css
<style>
a { background-color: #1F008D; }
a { background-color: rgb(31,0,141); }
div.DivClassName
{
background-color: #1F008D;
}
.BgClassName
{
background-color: #1F008D;
}
</style>
border-color css
<style>
span { border-color: #1F008D; }
span { border-color: rgb(31,0,141); }
td.TdClassName
{
border-color: #1F008D;
}
.TagClassName
{
border-color: #1F008D;
}
</style>