Shades of Ultramarine #1D1F89
Tints of Ultramarine #1D1F89
RGB
CMYK
RGB Variations
Color information
#1D1F89 (or 0x1D1F89) is known color: Ultramarine. HEX triplet: 1D, 1F and 89. RGB value is (29,31,137). Sum of RGB (Red+Green+Blue) = 29+31+137=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D1F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F89 is #E2E076. Grayscale: #2A2A2A. Windows color (decimal): -14868599 or 8986397. OLE color: 8986397.
HSL color Cylindrical-coordinate representation of color #1D1F89: hue angle of 238.89º 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 #1D1F89 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 31 | 137 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.46 |
| HSL | 238.89º | 0.65% | 0.33% | - |
| HSV(B) | 238.89º | 0.79% | 0.54% | - |
| XYZ | 5.51 | 3.05 | 23.96 | - |
| YUV | 42.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 137 | 0.79 | 0.77 | 0 | 0.46 | 238.89 | 0.65 | 0.33 |
| Hex | 1D | 1F | 89 | 4F | 4D | 0 | 2E | EF | 41 | 21 |
| Octal | 35 | 37 | 211 | 117 | 115 | 0 | 56 | 357 | 101 | 41 |
| Binary | 11101 | 11111 | 10001001 | 1001111 | 1001101 | 0 | 101110 | 11101111 | 1000001 | 100001 |
Color Harmonies of #1D1F89
Complementary color
Monochromatic Colors of #1D1F89
Black with #1D1F89
Text Example
Text Example
White with #1D1F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F89; }
p { color: rgb(29,31,137); }
H1.HeaderClassName
{
color: #1D1F89;
}
.AnyTagClassName
{
color: #1D1F89;
}
</style>
background-color css
<style>
a { background-color: #1D1F89; }
a { background-color: rgb(29,31,137); }
div.DivClassName
{
background-color: #1D1F89;
}
.BgClassName
{
background-color: #1D1F89;
}
</style>
border-color css
<style>
span { border-color: #1D1F89; }
span { border-color: rgb(29,31,137); }
td.TdClassName
{
border-color: #1D1F89;
}
.TagClassName
{
border-color: #1D1F89;
}
</style>