Shades of Ultramarine #1D039E
Tints of Ultramarine #1D039E
RGB
CMYK
RGB Variations
Color information
#1D039E (or 0x1D039E) is known color: Ultramarine. HEX triplet: 1D, 03 and 9E. RGB value is (29,3,158). Sum of RGB (Red+Green+Blue) = 29+3+158=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D039E is #E2FC61. Grayscale: #1B1B1B. Windows color (decimal): -14875746 or 10355485. OLE color: 10355485.
HSL color Cylindrical-coordinate representation of color #1D039E: hue angle of 250.06º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D039E is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 3 | 158 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.38 |
| HSL | 250.06º | 0.96% | 0.32% | - |
| HSV(B) | 250.06º | 0.98% | 0.62% | - |
| XYZ | 6.71 | 2.79 | 32.53 | - |
| YUV | 28.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 158 | 0.82 | 0.98 | 0 | 0.38 | 250.06 | 0.96 | 0.32 |
| Hex | 1D | 3 | 9E | 52 | 62 | 0 | 26 | FA | 60 | 20 |
| Octal | 35 | 3 | 236 | 122 | 142 | 0 | 46 | 372 | 140 | 40 |
| Binary | 11101 | 11 | 10011110 | 1010010 | 1100010 | 0 | 100110 | 11111010 | 1100000 | 100000 |
Color Harmonies of #1D039E
Complementary color
Monochromatic Colors of #1D039E
Black with #1D039E
Text Example
Text Example
White with #1D039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D039E; }
p { color: rgb(29,3,158); }
H1.HeaderClassName
{
color: #1D039E;
}
.AnyTagClassName
{
color: #1D039E;
}
</style>
background-color css
<style>
a { background-color: #1D039E; }
a { background-color: rgb(29,3,158); }
div.DivClassName
{
background-color: #1D039E;
}
.BgClassName
{
background-color: #1D039E;
}
</style>
border-color css
<style>
span { border-color: #1D039E; }
span { border-color: rgb(29,3,158); }
td.TdClassName
{
border-color: #1D039E;
}
.TagClassName
{
border-color: #1D039E;
}
</style>