Shades of Ultramarine #1D0293
Tints of Ultramarine #1D0293
RGB
CMYK
RGB Variations
Color information
#1D0293 (or 0x1D0293) is known color: Ultramarine. HEX triplet: 1D, 02 and 93. RGB value is (29,2,147). Sum of RGB (Red+Green+Blue) = 29+2+147=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 147 (57.81% from 255 or 82.58% from 178); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D0293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0293 is #E2FD6C. Grayscale: #1A1A1A. Windows color (decimal): -14876013 or 9634333. OLE color: 9634333.
HSL color Cylindrical-coordinate representation of color #1D0293: hue angle of 251.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0293 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 2 | 147 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.42 |
| HSL | 251.17º | 0.97% | 0.29% | - |
| HSV(B) | 251.17º | 0.99% | 0.58% | - |
| XYZ | 5.79 | 2.41 | 27.76 | - |
| YUV | 26.6 | 195.95 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 147 | 0.80 | 0.99 | 0 | 0.42 | 251.17 | 0.97 | 0.29 |
| Hex | 1D | 2 | 93 | 50 | 63 | 0 | 2A | FB | 61 | 1D |
| Octal | 35 | 2 | 223 | 120 | 143 | 0 | 52 | 373 | 141 | 35 |
| Binary | 11101 | 10 | 10010011 | 1010000 | 1100011 | 0 | 101010 | 11111011 | 1100001 | 11101 |
Color Harmonies of #1D0293
Complementary color
Monochromatic Colors of #1D0293
Black with #1D0293
Text Example
Text Example
White with #1D0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0293; }
p { color: rgb(29,2,147); }
H1.HeaderClassName
{
color: #1D0293;
}
.AnyTagClassName
{
color: #1D0293;
}
</style>
background-color css
<style>
a { background-color: #1D0293; }
a { background-color: rgb(29,2,147); }
div.DivClassName
{
background-color: #1D0293;
}
.BgClassName
{
background-color: #1D0293;
}
</style>
border-color css
<style>
span { border-color: #1D0293; }
span { border-color: rgb(29,2,147); }
td.TdClassName
{
border-color: #1D0293;
}
.TagClassName
{
border-color: #1D0293;
}
</style>