Shades of Ultramarine #1F0592
Tints of Ultramarine #1F0592
RGB
CMYK
RGB Variations
Color information
#1F0592 (or 0x1F0592) is known color: Ultramarine. HEX triplet: 1F, 05 and 92. RGB value is (31,5,146). Sum of RGB (Red+Green+Blue) = 31+5+146=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0592 is #E0FA6D. Grayscale: #1C1C1C. Windows color (decimal): -14744174 or 9569567. OLE color: 9569567.
HSL color Cylindrical-coordinate representation of color #1F0592: hue angle of 251.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0592 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 5 | 146 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.43 |
| HSL | 251.06º | 0.93% | 0.3% | - |
| HSV(B) | 251.06º | 0.97% | 0.57% | - |
| XYZ | 5.81 | 2.48 | 27.37 | - |
| YUV | 28.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 146 | 0.79 | 0.97 | 0 | 0.43 | 251.06 | 0.93 | 0.3 |
| Hex | 1F | 5 | 92 | 4F | 61 | 0 | 2B | FB | 5D | 1E |
| Octal | 37 | 5 | 222 | 117 | 141 | 0 | 53 | 373 | 135 | 36 |
| Binary | 11111 | 101 | 10010010 | 1001111 | 1100001 | 0 | 101011 | 11111011 | 1011101 | 11110 |
Color Harmonies of #1F0592
Complementary color
Monochromatic Colors of #1F0592
Black with #1F0592
Text Example
Text Example
White with #1F0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0592; }
p { color: rgb(31,5,146); }
H1.HeaderClassName
{
color: #1F0592;
}
.AnyTagClassName
{
color: #1F0592;
}
</style>
background-color css
<style>
a { background-color: #1F0592; }
a { background-color: rgb(31,5,146); }
div.DivClassName
{
background-color: #1F0592;
}
.BgClassName
{
background-color: #1F0592;
}
</style>
border-color css
<style>
span { border-color: #1F0592; }
span { border-color: rgb(31,5,146); }
td.TdClassName
{
border-color: #1F0592;
}
.TagClassName
{
border-color: #1F0592;
}
</style>