Shades of Ultramarine #1D159B
Tints of Ultramarine #1D159B
RGB
CMYK
RGB Variations
Color information
#1D159B (or 0x1D159B) is known color: Ultramarine. HEX triplet: 1D, 15 and 9B. RGB value is (29,21,155). Sum of RGB (Red+Green+Blue) = 29+21+155=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D159B is #E2EA64. Grayscale: #262626. Windows color (decimal): -14871141 or 10163485. OLE color: 10163485.
HSL color Cylindrical-coordinate representation of color #1D159B: hue angle of 243.58º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D159B is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 21 | 155 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.39 |
| HSL | 243.58º | 0.76% | 0.35% | - |
| HSV(B) | 243.58º | 0.86% | 0.61% | - |
| XYZ | 6.69 | 3.16 | 31.27 | - |
| YUV | 38.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 155 | 0.81 | 0.86 | 0 | 0.39 | 243.58 | 0.76 | 0.35 |
| Hex | 1D | 15 | 9B | 51 | 56 | 0 | 27 | F4 | 4C | 23 |
| Octal | 35 | 25 | 233 | 121 | 126 | 0 | 47 | 364 | 114 | 43 |
| Binary | 11101 | 10101 | 10011011 | 1010001 | 1010110 | 0 | 100111 | 11110100 | 1001100 | 100011 |
Color Harmonies of #1D159B
Complementary color
Monochromatic Colors of #1D159B
Black with #1D159B
Text Example
Text Example
White with #1D159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D159B; }
p { color: rgb(29,21,155); }
H1.HeaderClassName
{
color: #1D159B;
}
.AnyTagClassName
{
color: #1D159B;
}
</style>
background-color css
<style>
a { background-color: #1D159B; }
a { background-color: rgb(29,21,155); }
div.DivClassName
{
background-color: #1D159B;
}
.BgClassName
{
background-color: #1D159B;
}
</style>
border-color css
<style>
span { border-color: #1D159B; }
span { border-color: rgb(29,21,155); }
td.TdClassName
{
border-color: #1D159B;
}
.TagClassName
{
border-color: #1D159B;
}
</style>