Shades of Ultramarine #1D029E
Tints of Ultramarine #1D029E
RGB
CMYK
RGB Variations
Color information
#1D029E (or 0x1D029E) is known color: Ultramarine. HEX triplet: 1D, 02 and 9E. RGB value is (29,2,158). Sum of RGB (Red+Green+Blue) = 29+2+158=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 158 (62.11% from 255 or 83.60% from 189); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D029E is #E2FD61. Grayscale: #1B1B1B. Windows color (decimal): -14876002 or 10355229. OLE color: 10355229.
HSL color Cylindrical-coordinate representation of color #1D029E: hue angle of 250.38º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D029E is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 2 | 158 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.38 |
| HSL | 250.38º | 0.98% | 0.31% | - |
| HSV(B) | 250.38º | 0.99% | 0.62% | - |
| XYZ | 6.7 | 2.77 | 32.53 | - |
| YUV | 27.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 158 | 0.82 | 0.99 | 0 | 0.38 | 250.38 | 0.98 | 0.31 |
| Hex | 1D | 2 | 9E | 52 | 63 | 0 | 26 | FA | 62 | 1F |
| Octal | 35 | 2 | 236 | 122 | 143 | 0 | 46 | 372 | 142 | 37 |
| Binary | 11101 | 10 | 10011110 | 1010010 | 1100011 | 0 | 100110 | 11111010 | 1100010 | 11111 |
Color Harmonies of #1D029E
Complementary color
Monochromatic Colors of #1D029E
Black with #1D029E
Text Example
Text Example
White with #1D029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D029E; }
p { color: rgb(29,2,158); }
H1.HeaderClassName
{
color: #1D029E;
}
.AnyTagClassName
{
color: #1D029E;
}
</style>
background-color css
<style>
a { background-color: #1D029E; }
a { background-color: rgb(29,2,158); }
div.DivClassName
{
background-color: #1D029E;
}
.BgClassName
{
background-color: #1D029E;
}
</style>
border-color css
<style>
span { border-color: #1D029E; }
span { border-color: rgb(29,2,158); }
td.TdClassName
{
border-color: #1D029E;
}
.TagClassName
{
border-color: #1D029E;
}
</style>