Shades of Ultramarine #1F049A
Tints of Ultramarine #1F049A
RGB
CMYK
RGB Variations
Color information
#1F049A (or 0x1F049A) is known color: Ultramarine. HEX triplet: 1F, 04 and 9A. RGB value is (31,4,154). Sum of RGB (Red+Green+Blue) = 31+4+154=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F049A is #E0FB65. Grayscale: #1C1C1C. Windows color (decimal): -14744422 or 10093599. OLE color: 10093599.
HSL color Cylindrical-coordinate representation of color #1F049A: hue angle of 250.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F049A is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 4 | 154 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.40 |
| HSL | 250.8º | 0.95% | 0.31% | - |
| HSV(B) | 250.8º | 0.97% | 0.6% | - |
| XYZ | 6.44 | 2.71 | 30.76 | - |
| YUV | 29.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 154 | 0.80 | 0.97 | 0 | 0.40 | 250.8 | 0.95 | 0.31 |
| Hex | 1F | 4 | 9A | 50 | 61 | 0 | 28 | FB | 5F | 1F |
| Octal | 37 | 4 | 232 | 120 | 141 | 0 | 50 | 373 | 137 | 37 |
| Binary | 11111 | 100 | 10011010 | 1010000 | 1100001 | 0 | 101000 | 11111011 | 1011111 | 11111 |
Color Harmonies of #1F049A
Complementary color
Monochromatic Colors of #1F049A
Black with #1F049A
Text Example
Text Example
White with #1F049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F049A; }
p { color: rgb(31,4,154); }
H1.HeaderClassName
{
color: #1F049A;
}
.AnyTagClassName
{
color: #1F049A;
}
</style>
background-color css
<style>
a { background-color: #1F049A; }
a { background-color: rgb(31,4,154); }
div.DivClassName
{
background-color: #1F049A;
}
.BgClassName
{
background-color: #1F049A;
}
</style>
border-color css
<style>
span { border-color: #1F049A; }
span { border-color: rgb(31,4,154); }
td.TdClassName
{
border-color: #1F049A;
}
.TagClassName
{
border-color: #1F049A;
}
</style>