Shades of Ultramarine #1D1F8D
Tints of Ultramarine #1D1F8D
RGB
CMYK
RGB Variations
Color information
#1D1F8D (or 0x1D1F8D) is known color: Ultramarine. HEX triplet: 1D, 1F and 8D. RGB value is (29,31,141). Sum of RGB (Red+Green+Blue) = 29+31+141=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D1F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F8D is #E2E072. Grayscale: #2A2A2A. Windows color (decimal): -14868595 or 9248541. OLE color: 9248541.
HSL color Cylindrical-coordinate representation of color #1D1F8D: hue angle of 238.93º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1F8D is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 31 | 141 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.45 |
| HSL | 238.93º | 0.66% | 0.33% | - |
| HSV(B) | 238.93º | 0.79% | 0.55% | - |
| XYZ | 5.8 | 3.16 | 25.5 | - |
| YUV | 42.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 141 | 0.79 | 0.78 | 0 | 0.45 | 238.93 | 0.66 | 0.33 |
| Hex | 1D | 1F | 8D | 4F | 4E | 0 | 2D | EF | 42 | 21 |
| Octal | 35 | 37 | 215 | 117 | 116 | 0 | 55 | 357 | 102 | 41 |
| Binary | 11101 | 11111 | 10001101 | 1001111 | 1001110 | 0 | 101101 | 11101111 | 1000010 | 100001 |
Color Harmonies of #1D1F8D
Complementary color
Monochromatic Colors of #1D1F8D
Black with #1D1F8D
Text Example
Text Example
White with #1D1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F8D; }
p { color: rgb(29,31,141); }
H1.HeaderClassName
{
color: #1D1F8D;
}
.AnyTagClassName
{
color: #1D1F8D;
}
</style>
background-color css
<style>
a { background-color: #1D1F8D; }
a { background-color: rgb(29,31,141); }
div.DivClassName
{
background-color: #1D1F8D;
}
.BgClassName
{
background-color: #1D1F8D;
}
</style>
border-color css
<style>
span { border-color: #1D1F8D; }
span { border-color: rgb(29,31,141); }
td.TdClassName
{
border-color: #1D1F8D;
}
.TagClassName
{
border-color: #1D1F8D;
}
</style>