Shades of Ultramarine #1D039B
Tints of Ultramarine #1D039B
RGB
CMYK
RGB Variations
Color information
#1D039B (or 0x1D039B) is known color: Ultramarine. HEX triplet: 1D, 03 and 9B. RGB value is (29,3,155). Sum of RGB (Red+Green+Blue) = 29+3+155=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D039B is #E2FC64. Grayscale: #1B1B1B. Windows color (decimal): -14875749 or 10158877. OLE color: 10158877.
HSL color Cylindrical-coordinate representation of color #1D039B: hue angle of 250.26º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D039B is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 3 | 155 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.39 |
| HSL | 250.26º | 0.96% | 0.31% | - |
| HSV(B) | 250.26º | 0.98% | 0.61% | - |
| XYZ | 6.46 | 2.69 | 31.19 | - |
| YUV | 28.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 155 | 0.81 | 0.98 | 0 | 0.39 | 250.26 | 0.96 | 0.31 |
| Hex | 1D | 3 | 9B | 51 | 62 | 0 | 27 | FA | 60 | 1F |
| Octal | 35 | 3 | 233 | 121 | 142 | 0 | 47 | 372 | 140 | 37 |
| Binary | 11101 | 11 | 10011011 | 1010001 | 1100010 | 0 | 100111 | 11111010 | 1100000 | 11111 |
Color Harmonies of #1D039B
Complementary color
Monochromatic Colors of #1D039B
Black with #1D039B
Text Example
Text Example
White with #1D039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D039B; }
p { color: rgb(29,3,155); }
H1.HeaderClassName
{
color: #1D039B;
}
.AnyTagClassName
{
color: #1D039B;
}
</style>
background-color css
<style>
a { background-color: #1D039B; }
a { background-color: rgb(29,3,155); }
div.DivClassName
{
background-color: #1D039B;
}
.BgClassName
{
background-color: #1D039B;
}
</style>
border-color css
<style>
span { border-color: #1D039B; }
span { border-color: rgb(29,3,155); }
td.TdClassName
{
border-color: #1D039B;
}
.TagClassName
{
border-color: #1D039B;
}
</style>