Shades of Ultramarine #1F0985
Tints of Ultramarine #1F0985
RGB
CMYK
RGB Variations
Color information
#1F0985 (or 0x1F0985) is known color: Ultramarine. HEX triplet: 1F, 09 and 85. RGB value is (31,9,133). Sum of RGB (Red+Green+Blue) = 31+9+133=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0985 is #E0F67A. Grayscale: #1D1D1D. Windows color (decimal): -14743163 or 8718623. OLE color: 8718623.
HSL color Cylindrical-coordinate representation of color #1F0985: hue angle of 250.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0985 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 9 | 133 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.48 |
| HSL | 250.65º | 0.87% | 0.28% | - |
| HSV(B) | 250.65º | 0.93% | 0.52% | - |
| XYZ | 4.9 | 2.18 | 22.35 | - |
| YUV | 29.71 | 186.29 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 133 | 0.77 | 0.93 | 0 | 0.48 | 250.65 | 0.87 | 0.28 |
| Hex | 1F | 9 | 85 | 4D | 5D | 0 | 30 | FB | 57 | 1C |
| Octal | 37 | 11 | 205 | 115 | 135 | 0 | 60 | 373 | 127 | 34 |
| Binary | 11111 | 1001 | 10000101 | 1001101 | 1011101 | 0 | 110000 | 11111011 | 1010111 | 11100 |
Color Harmonies of #1F0985
Complementary color
Monochromatic Colors of #1F0985
Black with #1F0985
Text Example
Text Example
White with #1F0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0985; }
p { color: rgb(31,9,133); }
H1.HeaderClassName
{
color: #1F0985;
}
.AnyTagClassName
{
color: #1F0985;
}
</style>
background-color css
<style>
a { background-color: #1F0985; }
a { background-color: rgb(31,9,133); }
div.DivClassName
{
background-color: #1F0985;
}
.BgClassName
{
background-color: #1F0985;
}
</style>
border-color css
<style>
span { border-color: #1F0985; }
span { border-color: rgb(31,9,133); }
td.TdClassName
{
border-color: #1F0985;
}
.TagClassName
{
border-color: #1F0985;
}
</style>