Shades of Ultramarine #1F088F
Tints of Ultramarine #1F088F
RGB
CMYK
RGB Variations
Color information
#1F088F (or 0x1F088F) is known color: Ultramarine. HEX triplet: 1F, 08 and 8F. RGB value is (31,8,143). Sum of RGB (Red+Green+Blue) = 31+8+143=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F088F is #E0F770. Grayscale: #1D1D1D. Windows color (decimal): -14743409 or 9373727. OLE color: 9373727.
HSL color Cylindrical-coordinate representation of color #1F088F: hue angle of 250.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F088F is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 8 | 143 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.44 |
| HSL | 250.22º | 0.89% | 0.3% | - |
| HSV(B) | 250.22º | 0.94% | 0.56% | - |
| XYZ | 5.61 | 2.45 | 26.16 | - |
| YUV | 30.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 143 | 0.78 | 0.94 | 0 | 0.44 | 250.22 | 0.89 | 0.3 |
| Hex | 1F | 8 | 8F | 4E | 5E | 0 | 2C | FA | 59 | 1E |
| Octal | 37 | 10 | 217 | 116 | 136 | 0 | 54 | 372 | 131 | 36 |
| Binary | 11111 | 1000 | 10001111 | 1001110 | 1011110 | 0 | 101100 | 11111010 | 1011001 | 11110 |
Color Harmonies of #1F088F
Complementary color
Monochromatic Colors of #1F088F
Black with #1F088F
Text Example
Text Example
White with #1F088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F088F; }
p { color: rgb(31,8,143); }
H1.HeaderClassName
{
color: #1F088F;
}
.AnyTagClassName
{
color: #1F088F;
}
</style>
background-color css
<style>
a { background-color: #1F088F; }
a { background-color: rgb(31,8,143); }
div.DivClassName
{
background-color: #1F088F;
}
.BgClassName
{
background-color: #1F088F;
}
</style>
border-color css
<style>
span { border-color: #1F088F; }
span { border-color: rgb(31,8,143); }
td.TdClassName
{
border-color: #1F088F;
}
.TagClassName
{
border-color: #1F088F;
}
</style>