Shades of Ultramarine #1D0294
Tints of Ultramarine #1D0294
RGB
CMYK
RGB Variations
Color information
#1D0294 (or 0x1D0294) is known color: Ultramarine. HEX triplet: 1D, 02 and 94. RGB value is (29,2,148). Sum of RGB (Red+Green+Blue) = 29+2+148=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 148 (58.20% from 255 or 82.68% from 179); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D0294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0294 is #E2FD6B. Grayscale: #1A1A1A. Windows color (decimal): -14876012 or 9699869. OLE color: 9699869.
HSL color Cylindrical-coordinate representation of color #1D0294: hue angle of 251.1º 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 #1D0294 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 2 | 148 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.42 |
| HSL | 251.1º | 0.97% | 0.29% | - |
| HSV(B) | 251.1º | 0.99% | 0.58% | - |
| XYZ | 5.87 | 2.44 | 28.18 | - |
| YUV | 26.72 | 196.45 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 148 | 0.80 | 0.99 | 0 | 0.42 | 251.1 | 0.97 | 0.29 |
| Hex | 1D | 2 | 94 | 50 | 63 | 0 | 2A | FB | 61 | 1D |
| Octal | 35 | 2 | 224 | 120 | 143 | 0 | 52 | 373 | 141 | 35 |
| Binary | 11101 | 10 | 10010100 | 1010000 | 1100011 | 0 | 101010 | 11111011 | 1100001 | 11101 |
Color Harmonies of #1D0294
Complementary color
Monochromatic Colors of #1D0294
Black with #1D0294
Text Example
Text Example
White with #1D0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0294; }
p { color: rgb(29,2,148); }
H1.HeaderClassName
{
color: #1D0294;
}
.AnyTagClassName
{
color: #1D0294;
}
</style>
background-color css
<style>
a { background-color: #1D0294; }
a { background-color: rgb(29,2,148); }
div.DivClassName
{
background-color: #1D0294;
}
.BgClassName
{
background-color: #1D0294;
}
</style>
border-color css
<style>
span { border-color: #1D0294; }
span { border-color: rgb(29,2,148); }
td.TdClassName
{
border-color: #1D0294;
}
.TagClassName
{
border-color: #1D0294;
}
</style>