Shades of Ultramarine #1F088A
Tints of Ultramarine #1F088A
RGB
CMYK
RGB Variations
Color information
#1F088A (or 0x1F088A) is known color: Ultramarine. HEX triplet: 1F, 08 and 8A. RGB value is (31,8,138). Sum of RGB (Red+Green+Blue) = 31+8+138=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F088A is #E0F775. Grayscale: #1D1D1D. Windows color (decimal): -14743414 or 9046047. OLE color: 9046047.
HSL color Cylindrical-coordinate representation of color #1F088A: hue angle of 250.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F088A is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 8 | 138 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.46 |
| HSL | 250.62º | 0.89% | 0.29% | - |
| HSV(B) | 250.62º | 0.94% | 0.54% | - |
| XYZ | 5.24 | 2.3 | 24.21 | - |
| YUV | 29.7 | 189.12 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 138 | 0.78 | 0.94 | 0 | 0.46 | 250.62 | 0.89 | 0.29 |
| Hex | 1F | 8 | 8A | 4E | 5E | 0 | 2E | FB | 59 | 1D |
| Octal | 37 | 10 | 212 | 116 | 136 | 0 | 56 | 373 | 131 | 35 |
| Binary | 11111 | 1000 | 10001010 | 1001110 | 1011110 | 0 | 101110 | 11111011 | 1011001 | 11101 |
Color Harmonies of #1F088A
Complementary color
Monochromatic Colors of #1F088A
Black with #1F088A
Text Example
Text Example
White with #1F088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F088A; }
p { color: rgb(31,8,138); }
H1.HeaderClassName
{
color: #1F088A;
}
.AnyTagClassName
{
color: #1F088A;
}
</style>
background-color css
<style>
a { background-color: #1F088A; }
a { background-color: rgb(31,8,138); }
div.DivClassName
{
background-color: #1F088A;
}
.BgClassName
{
background-color: #1F088A;
}
</style>
border-color css
<style>
span { border-color: #1F088A; }
span { border-color: rgb(31,8,138); }
td.TdClassName
{
border-color: #1F088A;
}
.TagClassName
{
border-color: #1F088A;
}
</style>