Shades of Ultramarine #1D218F
Tints of Ultramarine #1D218F
RGB
CMYK
RGB Variations
Color information
#1D218F (or 0x1D218F) is known color: Ultramarine. HEX triplet: 1D, 21 and 8F. RGB value is (29,33,143). Sum of RGB (Red+Green+Blue) = 29+33+143=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D218F is #E2DE70. Grayscale: #2B2B2B. Windows color (decimal): -14868081 or 9380125. OLE color: 9380125.
HSL color Cylindrical-coordinate representation of color #1D218F: hue angle of 237.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D218F is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 33 | 143 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.44 |
| HSL | 237.89º | 0.66% | 0.34% | - |
| HSV(B) | 237.89º | 0.8% | 0.56% | - |
| XYZ | 6.01 | 3.33 | 26.31 | - |
| YUV | 44.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 143 | 0.80 | 0.77 | 0 | 0.44 | 237.89 | 0.66 | 0.34 |
| Hex | 1D | 21 | 8F | 50 | 4D | 0 | 2C | EE | 42 | 22 |
| Octal | 35 | 41 | 217 | 120 | 115 | 0 | 54 | 356 | 102 | 42 |
| Binary | 11101 | 100001 | 10001111 | 1010000 | 1001101 | 0 | 101100 | 11101110 | 1000010 | 100010 |
Color Harmonies of #1D218F
Complementary color
Monochromatic Colors of #1D218F
Black with #1D218F
Text Example
Text Example
White with #1D218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D218F; }
p { color: rgb(29,33,143); }
H1.HeaderClassName
{
color: #1D218F;
}
.AnyTagClassName
{
color: #1D218F;
}
</style>
background-color css
<style>
a { background-color: #1D218F; }
a { background-color: rgb(29,33,143); }
div.DivClassName
{
background-color: #1D218F;
}
.BgClassName
{
background-color: #1D218F;
}
</style>
border-color css
<style>
span { border-color: #1D218F; }
span { border-color: rgb(29,33,143); }
td.TdClassName
{
border-color: #1D218F;
}
.TagClassName
{
border-color: #1D218F;
}
</style>