Shades of Ultramarine #1F1DA3
Tints of Ultramarine #1F1DA3
RGB
CMYK
RGB Variations
Color information
#1F1DA3 (or 0x1F1DA3) is known color: Ultramarine. HEX triplet: 1F, 1D and A3. RGB value is (31,29,163). Sum of RGB (Red+Green+Blue) = 31+29+163=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F1DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1DA3 is #E0E25C. Grayscale: #2C2C2C. Windows color (decimal): -14738013 or 10689823. OLE color: 10689823.
HSL color Cylindrical-coordinate representation of color #1F1DA3: hue angle of 240.9º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1DA3 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 29 | 163 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.36 |
| HSL | 240.9º | 0.7% | 0.38% | - |
| HSV(B) | 240.9º | 0.82% | 0.64% | - |
| XYZ | 7.62 | 3.81 | 34.99 | - |
| YUV | 44.87 | 194.66 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 163 | 0.81 | 0.82 | 0 | 0.36 | 240.9 | 0.7 | 0.38 |
| Hex | 1F | 1D | A3 | 51 | 52 | 0 | 24 | F1 | 46 | 26 |
| Octal | 37 | 35 | 243 | 121 | 122 | 0 | 44 | 361 | 106 | 46 |
| Binary | 11111 | 11101 | 10100011 | 1010001 | 1010010 | 0 | 100100 | 11110001 | 1000110 | 100110 |
Color Harmonies of #1F1DA3
Complementary color
Monochromatic Colors of #1F1DA3
Black with #1F1DA3
Text Example
Text Example
White with #1F1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DA3; }
p { color: rgb(31,29,163); }
H1.HeaderClassName
{
color: #1F1DA3;
}
.AnyTagClassName
{
color: #1F1DA3;
}
</style>
background-color css
<style>
a { background-color: #1F1DA3; }
a { background-color: rgb(31,29,163); }
div.DivClassName
{
background-color: #1F1DA3;
}
.BgClassName
{
background-color: #1F1DA3;
}
</style>
border-color css
<style>
span { border-color: #1F1DA3; }
span { border-color: rgb(31,29,163); }
td.TdClassName
{
border-color: #1F1DA3;
}
.TagClassName
{
border-color: #1F1DA3;
}
</style>