Shades of Ultramarine #1F098B
Tints of Ultramarine #1F098B
RGB
CMYK
RGB Variations
Color information
#1F098B (or 0x1F098B) is known color: Ultramarine. HEX triplet: 1F, 09 and 8B. RGB value is (31,9,139). Sum of RGB (Red+Green+Blue) = 31+9+139=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F098B is #E0F674. Grayscale: #1D1D1D. Windows color (decimal): -14743157 or 9111839. OLE color: 9111839.
HSL color Cylindrical-coordinate representation of color #1F098B: hue angle of 250.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F098B is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 9 | 139 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.45 |
| HSL | 250.15º | 0.88% | 0.29% | - |
| HSV(B) | 250.15º | 0.94% | 0.55% | - |
| XYZ | 5.32 | 2.35 | 24.6 | - |
| YUV | 30.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 139 | 0.78 | 0.94 | 0 | 0.45 | 250.15 | 0.88 | 0.29 |
| Hex | 1F | 9 | 8B | 4E | 5E | 0 | 2D | FA | 58 | 1D |
| Octal | 37 | 11 | 213 | 116 | 136 | 0 | 55 | 372 | 130 | 35 |
| Binary | 11111 | 1001 | 10001011 | 1001110 | 1011110 | 0 | 101101 | 11111010 | 1011000 | 11101 |
Color Harmonies of #1F098B
Complementary color
Monochromatic Colors of #1F098B
Black with #1F098B
Text Example
Text Example
White with #1F098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F098B; }
p { color: rgb(31,9,139); }
H1.HeaderClassName
{
color: #1F098B;
}
.AnyTagClassName
{
color: #1F098B;
}
</style>
background-color css
<style>
a { background-color: #1F098B; }
a { background-color: rgb(31,9,139); }
div.DivClassName
{
background-color: #1F098B;
}
.BgClassName
{
background-color: #1F098B;
}
</style>
border-color css
<style>
span { border-color: #1F098B; }
span { border-color: rgb(31,9,139); }
td.TdClassName
{
border-color: #1F098B;
}
.TagClassName
{
border-color: #1F098B;
}
</style>