Shades of Ultramarine #1F058D
Tints of Ultramarine #1F058D
RGB
CMYK
RGB Variations
Color information
#1F058D (or 0x1F058D) is known color: Ultramarine. HEX triplet: 1F, 05 and 8D. RGB value is (31,5,141). Sum of RGB (Red+Green+Blue) = 31+5+141=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F058D is #E0FA72. Grayscale: #1B1B1B. Windows color (decimal): -14744179 or 9241887. OLE color: 9241887.
HSL color Cylindrical-coordinate representation of color #1F058D: hue angle of 251.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F058D is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 5 | 141 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.45 |
| HSL | 251.47º | 0.93% | 0.29% | - |
| HSV(B) | 251.47º | 0.96% | 0.55% | - |
| XYZ | 5.43 | 2.32 | 25.36 | - |
| YUV | 28.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 141 | 0.78 | 0.96 | 0 | 0.45 | 251.47 | 0.93 | 0.29 |
| Hex | 1F | 5 | 8D | 4E | 60 | 0 | 2D | FB | 5D | 1D |
| Octal | 37 | 5 | 215 | 116 | 140 | 0 | 55 | 373 | 135 | 35 |
| Binary | 11111 | 101 | 10001101 | 1001110 | 1100000 | 0 | 101101 | 11111011 | 1011101 | 11101 |
Color Harmonies of #1F058D
Complementary color
Monochromatic Colors of #1F058D
Black with #1F058D
Text Example
Text Example
White with #1F058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F058D; }
p { color: rgb(31,5,141); }
H1.HeaderClassName
{
color: #1F058D;
}
.AnyTagClassName
{
color: #1F058D;
}
</style>
background-color css
<style>
a { background-color: #1F058D; }
a { background-color: rgb(31,5,141); }
div.DivClassName
{
background-color: #1F058D;
}
.BgClassName
{
background-color: #1F058D;
}
</style>
border-color css
<style>
span { border-color: #1F058D; }
span { border-color: rgb(31,5,141); }
td.TdClassName
{
border-color: #1F058D;
}
.TagClassName
{
border-color: #1F058D;
}
</style>