Shades of Ultramarine #1D059B
Tints of Ultramarine #1D059B
RGB
CMYK
RGB Variations
Color information
#1D059B (or 0x1D059B) is known color: Ultramarine. HEX triplet: 1D, 05 and 9B. RGB value is (29,5,155). Sum of RGB (Red+Green+Blue) = 29+5+155=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D059B is #E2FA64. Grayscale: #1C1C1C. Windows color (decimal): -14875237 or 10159389. OLE color: 10159389.
HSL color Cylindrical-coordinate representation of color #1D059B: hue angle of 249.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D059B is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 5 | 155 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.39 |
| HSL | 249.6º | 0.94% | 0.31% | - |
| HSV(B) | 249.6º | 0.97% | 0.61% | - |
| XYZ | 6.48 | 2.74 | 31.2 | - |
| YUV | 29.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 155 | 0.81 | 0.97 | 0 | 0.39 | 249.6 | 0.94 | 0.31 |
| Hex | 1D | 5 | 9B | 51 | 61 | 0 | 27 | FA | 5E | 1F |
| Octal | 35 | 5 | 233 | 121 | 141 | 0 | 47 | 372 | 136 | 37 |
| Binary | 11101 | 101 | 10011011 | 1010001 | 1100001 | 0 | 100111 | 11111010 | 1011110 | 11111 |
Color Harmonies of #1D059B
Complementary color
Monochromatic Colors of #1D059B
Black with #1D059B
Text Example
Text Example
White with #1D059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D059B; }
p { color: rgb(29,5,155); }
H1.HeaderClassName
{
color: #1D059B;
}
.AnyTagClassName
{
color: #1D059B;
}
</style>
background-color css
<style>
a { background-color: #1D059B; }
a { background-color: rgb(29,5,155); }
div.DivClassName
{
background-color: #1D059B;
}
.BgClassName
{
background-color: #1D059B;
}
</style>
border-color css
<style>
span { border-color: #1D059B; }
span { border-color: rgb(29,5,155); }
td.TdClassName
{
border-color: #1D059B;
}
.TagClassName
{
border-color: #1D059B;
}
</style>