Shades of Ultramarine #1D2293
Tints of Ultramarine #1D2293
RGB
CMYK
RGB Variations
Color information
#1D2293 (or 0x1D2293) is known color: Ultramarine. HEX triplet: 1D, 22 and 93. RGB value is (29,34,147). Sum of RGB (Red+Green+Blue) = 29+34+147=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2293 is #E2DD6C. Grayscale: #2C2C2C. Windows color (decimal): -14867821 or 9642525. OLE color: 9642525.
HSL color Cylindrical-coordinate representation of color #1D2293: hue angle of 237.46º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2293 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 34 | 147 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.42 |
| HSL | 237.46º | 0.67% | 0.35% | - |
| HSV(B) | 237.46º | 0.8% | 0.58% | - |
| XYZ | 6.35 | 3.51 | 27.95 | - |
| YUV | 45.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 147 | 0.80 | 0.77 | 0 | 0.42 | 237.46 | 0.67 | 0.35 |
| Hex | 1D | 22 | 93 | 50 | 4D | 0 | 2A | ED | 43 | 23 |
| Octal | 35 | 42 | 223 | 120 | 115 | 0 | 52 | 355 | 103 | 43 |
| Binary | 11101 | 100010 | 10010011 | 1010000 | 1001101 | 0 | 101010 | 11101101 | 1000011 | 100011 |
Color Harmonies of #1D2293
Complementary color
Monochromatic Colors of #1D2293
Black with #1D2293
Text Example
Text Example
White with #1D2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2293; }
p { color: rgb(29,34,147); }
H1.HeaderClassName
{
color: #1D2293;
}
.AnyTagClassName
{
color: #1D2293;
}
</style>
background-color css
<style>
a { background-color: #1D2293; }
a { background-color: rgb(29,34,147); }
div.DivClassName
{
background-color: #1D2293;
}
.BgClassName
{
background-color: #1D2293;
}
</style>
border-color css
<style>
span { border-color: #1D2293; }
span { border-color: rgb(29,34,147); }
td.TdClassName
{
border-color: #1D2293;
}
.TagClassName
{
border-color: #1D2293;
}
</style>