Shades of Ultramarine #1F039E
Tints of Ultramarine #1F039E
RGB
CMYK
RGB Variations
Color information
#1F039E (or 0x1F039E) is known color: Ultramarine. HEX triplet: 1F, 03 and 9E. RGB value is (31,3,158). Sum of RGB (Red+Green+Blue) = 31+3+158=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F039E is #E0FC61. Grayscale: #1C1C1C. Windows color (decimal): -14744674 or 10355487. OLE color: 10355487.
HSL color Cylindrical-coordinate representation of color #1F039E: hue angle of 250.84º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F039E is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 3 | 158 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.38 |
| HSL | 250.84º | 0.96% | 0.32% | - |
| HSV(B) | 250.84º | 0.98% | 0.62% | - |
| XYZ | 6.77 | 2.83 | 32.54 | - |
| YUV | 29.04 | 200.78 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 158 | 0.80 | 0.98 | 0 | 0.38 | 250.84 | 0.96 | 0.32 |
| Hex | 1F | 3 | 9E | 50 | 62 | 0 | 26 | FB | 60 | 20 |
| Octal | 37 | 3 | 236 | 120 | 142 | 0 | 46 | 373 | 140 | 40 |
| Binary | 11111 | 11 | 10011110 | 1010000 | 1100010 | 0 | 100110 | 11111011 | 1100000 | 100000 |
Color Harmonies of #1F039E
Complementary color
Monochromatic Colors of #1F039E
Black with #1F039E
Text Example
Text Example
White with #1F039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F039E; }
p { color: rgb(31,3,158); }
H1.HeaderClassName
{
color: #1F039E;
}
.AnyTagClassName
{
color: #1F039E;
}
</style>
background-color css
<style>
a { background-color: #1F039E; }
a { background-color: rgb(31,3,158); }
div.DivClassName
{
background-color: #1F039E;
}
.BgClassName
{
background-color: #1F039E;
}
</style>
border-color css
<style>
span { border-color: #1F039E; }
span { border-color: rgb(31,3,158); }
td.TdClassName
{
border-color: #1F039E;
}
.TagClassName
{
border-color: #1F039E;
}
</style>