Shades of Ultramarine #1D1F96
Tints of Ultramarine #1D1F96
RGB
CMYK
RGB Variations
Color information
#1D1F96 (or 0x1D1F96) is known color: Ultramarine. HEX triplet: 1D, 1F and 96. RGB value is (29,31,150). Sum of RGB (Red+Green+Blue) = 29+31+150=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D1F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F96 is #E2E069. Grayscale: #2B2B2B. Windows color (decimal): -14868586 or 9838365. OLE color: 9838365.
HSL color Cylindrical-coordinate representation of color #1D1F96: hue angle of 239.01º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1F96 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 31 | 150 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.41 |
| HSL | 239.01º | 0.68% | 0.35% | - |
| HSV(B) | 239.01º | 0.81% | 0.59% | - |
| XYZ | 6.5 | 3.44 | 29.18 | - |
| YUV | 43.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 150 | 0.81 | 0.79 | 0 | 0.41 | 239.01 | 0.68 | 0.35 |
| Hex | 1D | 1F | 96 | 51 | 4F | 0 | 29 | EF | 44 | 23 |
| Octal | 35 | 37 | 226 | 121 | 117 | 0 | 51 | 357 | 104 | 43 |
| Binary | 11101 | 11111 | 10010110 | 1010001 | 1001111 | 0 | 101001 | 11101111 | 1000100 | 100011 |
Color Harmonies of #1D1F96
Complementary color
Monochromatic Colors of #1D1F96
Black with #1D1F96
Text Example
Text Example
White with #1D1F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F96; }
p { color: rgb(29,31,150); }
H1.HeaderClassName
{
color: #1D1F96;
}
.AnyTagClassName
{
color: #1D1F96;
}
</style>
background-color css
<style>
a { background-color: #1D1F96; }
a { background-color: rgb(29,31,150); }
div.DivClassName
{
background-color: #1D1F96;
}
.BgClassName
{
background-color: #1D1F96;
}
</style>
border-color css
<style>
span { border-color: #1D1F96; }
span { border-color: rgb(29,31,150); }
td.TdClassName
{
border-color: #1D1F96;
}
.TagClassName
{
border-color: #1D1F96;
}
</style>