Shades of Ultramarine #1F059D
Tints of Ultramarine #1F059D
RGB
CMYK
RGB Variations
Color information
#1F059D (or 0x1F059D) is known color: Ultramarine. HEX triplet: 1F, 05 and 9D. RGB value is (31,5,157). Sum of RGB (Red+Green+Blue) = 31+5+157=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F059D is #E0FA62. Grayscale: #1D1D1D. Windows color (decimal): -14744163 or 10290463. OLE color: 10290463.
HSL color Cylindrical-coordinate representation of color #1F059D: hue angle of 250.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F059D is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 5 | 157 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.38 |
| HSL | 250.26º | 0.94% | 0.32% | - |
| HSV(B) | 250.26º | 0.97% | 0.62% | - |
| XYZ | 6.71 | 2.83 | 32.09 | - |
| YUV | 30.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 157 | 0.80 | 0.97 | 0 | 0.38 | 250.26 | 0.94 | 0.32 |
| Hex | 1F | 5 | 9D | 50 | 61 | 0 | 26 | FA | 5E | 20 |
| Octal | 37 | 5 | 235 | 120 | 141 | 0 | 46 | 372 | 136 | 40 |
| Binary | 11111 | 101 | 10011101 | 1010000 | 1100001 | 0 | 100110 | 11111010 | 1011110 | 100000 |
Color Harmonies of #1F059D
Complementary color
Monochromatic Colors of #1F059D
Black with #1F059D
Text Example
Text Example
White with #1F059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F059D; }
p { color: rgb(31,5,157); }
H1.HeaderClassName
{
color: #1F059D;
}
.AnyTagClassName
{
color: #1F059D;
}
</style>
background-color css
<style>
a { background-color: #1F059D; }
a { background-color: rgb(31,5,157); }
div.DivClassName
{
background-color: #1F059D;
}
.BgClassName
{
background-color: #1F059D;
}
</style>
border-color css
<style>
span { border-color: #1F059D; }
span { border-color: rgb(31,5,157); }
td.TdClassName
{
border-color: #1F059D;
}
.TagClassName
{
border-color: #1F059D;
}
</style>