Shades of Ultramarine #1D1F9D
Tints of Ultramarine #1D1F9D
RGB
CMYK
RGB Variations
Color information
#1D1F9D (or 0x1D1F9D) is known color: Ultramarine. HEX triplet: 1D, 1F and 9D. RGB value is (29,31,157). Sum of RGB (Red+Green+Blue) = 29+31+157=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D1F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F9D is #E2E062. Grayscale: #2C2C2C. Windows color (decimal): -14868579 or 10297117. OLE color: 10297117.
HSL color Cylindrical-coordinate representation of color #1D1F9D: hue angle of 239.06º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1F9D is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 31 | 157 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.38 |
| HSL | 239.06º | 0.69% | 0.36% | - |
| HSV(B) | 239.06º | 0.82% | 0.62% | - |
| XYZ | 7.08 | 3.68 | 32.23 | - |
| YUV | 44.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 157 | 0.82 | 0.80 | 0 | 0.38 | 239.06 | 0.69 | 0.36 |
| Hex | 1D | 1F | 9D | 52 | 50 | 0 | 26 | EF | 45 | 24 |
| Octal | 35 | 37 | 235 | 122 | 120 | 0 | 46 | 357 | 105 | 44 |
| Binary | 11101 | 11111 | 10011101 | 1010010 | 1010000 | 0 | 100110 | 11101111 | 1000101 | 100100 |
Color Harmonies of #1D1F9D
Complementary color
Monochromatic Colors of #1D1F9D
Black with #1D1F9D
Text Example
Text Example
White with #1D1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F9D; }
p { color: rgb(29,31,157); }
H1.HeaderClassName
{
color: #1D1F9D;
}
.AnyTagClassName
{
color: #1D1F9D;
}
</style>
background-color css
<style>
a { background-color: #1D1F9D; }
a { background-color: rgb(29,31,157); }
div.DivClassName
{
background-color: #1D1F9D;
}
.BgClassName
{
background-color: #1D1F9D;
}
</style>
border-color css
<style>
span { border-color: #1D1F9D; }
span { border-color: rgb(29,31,157); }
td.TdClassName
{
border-color: #1D1F9D;
}
.TagClassName
{
border-color: #1D1F9D;
}
</style>