Shades of Ultramarine #1F1D8A
Tints of Ultramarine #1F1D8A
RGB
CMYK
RGB Variations
Color information
#1F1D8A (or 0x1F1D8A) is known color: Ultramarine. HEX triplet: 1F, 1D and 8A. RGB value is (31,29,138). Sum of RGB (Red+Green+Blue) = 31+29+138=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F1D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1D8A is #E0E275. Grayscale: #292929. Windows color (decimal): -14738038 or 9051423. OLE color: 9051423.
HSL color Cylindrical-coordinate representation of color #1F1D8A: hue angle of 241.1º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1D8A is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 29 | 138 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.46 |
| HSL | 241.1º | 0.65% | 0.33% | - |
| HSV(B) | 241.1º | 0.79% | 0.54% | - |
| XYZ | 5.59 | 3.01 | 24.33 | - |
| YUV | 42.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 138 | 0.78 | 0.79 | 0 | 0.46 | 241.1 | 0.65 | 0.33 |
| Hex | 1F | 1D | 8A | 4E | 4F | 0 | 2E | F1 | 41 | 21 |
| Octal | 37 | 35 | 212 | 116 | 117 | 0 | 56 | 361 | 101 | 41 |
| Binary | 11111 | 11101 | 10001010 | 1001110 | 1001111 | 0 | 101110 | 11110001 | 1000001 | 100001 |
Color Harmonies of #1F1D8A
Complementary color
Monochromatic Colors of #1F1D8A
Black with #1F1D8A
Text Example
Text Example
White with #1F1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1D8A; }
p { color: rgb(31,29,138); }
H1.HeaderClassName
{
color: #1F1D8A;
}
.AnyTagClassName
{
color: #1F1D8A;
}
</style>
background-color css
<style>
a { background-color: #1F1D8A; }
a { background-color: rgb(31,29,138); }
div.DivClassName
{
background-color: #1F1D8A;
}
.BgClassName
{
background-color: #1F1D8A;
}
</style>
border-color css
<style>
span { border-color: #1F1D8A; }
span { border-color: rgb(31,29,138); }
td.TdClassName
{
border-color: #1F1D8A;
}
.TagClassName
{
border-color: #1F1D8A;
}
</style>