Shades of Ultramarine #1D2094
Tints of Ultramarine #1D2094
RGB
CMYK
RGB Variations
Color information
#1D2094 (or 0x1D2094) is known color: Ultramarine. HEX triplet: 1D, 20 and 94. RGB value is (29,32,148). Sum of RGB (Red+Green+Blue) = 29+32+148=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D2094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2094 is #E2DF6B. Grayscale: #2B2B2B. Windows color (decimal): -14868332 or 9707549. OLE color: 9707549.
HSL color Cylindrical-coordinate representation of color #1D2094: hue angle of 238.49º 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 #1D2094 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 32 | 148 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.42 |
| HSL | 238.49º | 0.67% | 0.35% | - |
| HSV(B) | 238.49º | 0.8% | 0.58% | - |
| XYZ | 6.37 | 3.43 | 28.34 | - |
| YUV | 44.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 148 | 0.80 | 0.78 | 0 | 0.42 | 238.49 | 0.67 | 0.35 |
| Hex | 1D | 20 | 94 | 50 | 4E | 0 | 2A | EE | 43 | 23 |
| Octal | 35 | 40 | 224 | 120 | 116 | 0 | 52 | 356 | 103 | 43 |
| Binary | 11101 | 100000 | 10010100 | 1010000 | 1001110 | 0 | 101010 | 11101110 | 1000011 | 100011 |
Color Harmonies of #1D2094
Complementary color
Monochromatic Colors of #1D2094
Black with #1D2094
Text Example
Text Example
White with #1D2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2094; }
p { color: rgb(29,32,148); }
H1.HeaderClassName
{
color: #1D2094;
}
.AnyTagClassName
{
color: #1D2094;
}
</style>
background-color css
<style>
a { background-color: #1D2094; }
a { background-color: rgb(29,32,148); }
div.DivClassName
{
background-color: #1D2094;
}
.BgClassName
{
background-color: #1D2094;
}
</style>
border-color css
<style>
span { border-color: #1D2094; }
span { border-color: rgb(29,32,148); }
td.TdClassName
{
border-color: #1D2094;
}
.TagClassName
{
border-color: #1D2094;
}
</style>