Shades of Regal Blue #1D4059
Tints of Regal Blue #1D4059
RGB
CMYK
RGB Variations
Color information
#1D4059 (or 0x1D4059) is known color: Regal Blue. HEX triplet: 1D, 40 and 59. RGB value is (29,64,89). Sum of RGB (Red+Green+Blue) = 29+64+89=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4059 is #E2BFA6. Grayscale: #383838. Windows color (decimal): -14860199 or 5849117. OLE color: 5849117.
HSL color Cylindrical-coordinate representation of color #1D4059: hue angle of 205º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4059 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 64 | 89 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.65 |
| HSL | 205º | 0.51% | 0.23% | - |
| HSV(B) | 205º | 0.67% | 0.35% | - |
| XYZ | 4.14 | 4.65 | 10.13 | - |
| YUV | 56.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 89 | 0.67 | 0.28 | 0 | 0.65 | 205 | 0.51 | 0.23 |
| Hex | 1D | 40 | 59 | 43 | 1C | 0 | 41 | CD | 33 | 17 |
| Octal | 35 | 100 | 131 | 103 | 34 | 0 | 101 | 315 | 63 | 27 |
| Binary | 11101 | 1000000 | 1011001 | 1000011 | 11100 | 0 | 1000001 | 11001101 | 110011 | 10111 |
Color Harmonies of #1D4059
Complementary color
Monochromatic Colors of #1D4059
Black with #1D4059
Text Example
Text Example
White with #1D4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4059; }
p { color: rgb(29,64,89); }
H1.HeaderClassName
{
color: #1D4059;
}
.AnyTagClassName
{
color: #1D4059;
}
</style>
background-color css
<style>
a { background-color: #1D4059; }
a { background-color: rgb(29,64,89); }
div.DivClassName
{
background-color: #1D4059;
}
.BgClassName
{
background-color: #1D4059;
}
</style>
border-color css
<style>
span { border-color: #1D4059; }
span { border-color: rgb(29,64,89); }
td.TdClassName
{
border-color: #1D4059;
}
.TagClassName
{
border-color: #1D4059;
}
</style>