Shades of Ultramarine #1D2194
Tints of Ultramarine #1D2194
RGB
CMYK
RGB Variations
Color information
#1D2194 (or 0x1D2194) is known color: Ultramarine. HEX triplet: 1D, 21 and 94. RGB value is (29,33,148). Sum of RGB (Red+Green+Blue) = 29+33+148=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D2194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2194 is #E2DE6B. Grayscale: #2C2C2C. Windows color (decimal): -14868076 or 9707805. OLE color: 9707805.
HSL color Cylindrical-coordinate representation of color #1D2194: hue angle of 237.98º 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 #1D2194 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 33 | 148 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.42 |
| HSL | 237.98º | 0.67% | 0.35% | - |
| HSV(B) | 237.98º | 0.8% | 0.58% | - |
| XYZ | 6.4 | 3.49 | 28.35 | - |
| YUV | 44.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 148 | 0.80 | 0.78 | 0 | 0.42 | 237.98 | 0.67 | 0.35 |
| Hex | 1D | 21 | 94 | 50 | 4E | 0 | 2A | EE | 43 | 23 |
| Octal | 35 | 41 | 224 | 120 | 116 | 0 | 52 | 356 | 103 | 43 |
| Binary | 11101 | 100001 | 10010100 | 1010000 | 1001110 | 0 | 101010 | 11101110 | 1000011 | 100011 |
Color Harmonies of #1D2194
Complementary color
Monochromatic Colors of #1D2194
Black with #1D2194
Text Example
Text Example
White with #1D2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2194; }
p { color: rgb(29,33,148); }
H1.HeaderClassName
{
color: #1D2194;
}
.AnyTagClassName
{
color: #1D2194;
}
</style>
background-color css
<style>
a { background-color: #1D2194; }
a { background-color: rgb(29,33,148); }
div.DivClassName
{
background-color: #1D2194;
}
.BgClassName
{
background-color: #1D2194;
}
</style>
border-color css
<style>
span { border-color: #1D2194; }
span { border-color: rgb(29,33,148); }
td.TdClassName
{
border-color: #1D2194;
}
.TagClassName
{
border-color: #1D2194;
}
</style>