Shades of Regal Blue #1D3E59
Tints of Regal Blue #1D3E59
RGB
CMYK
RGB Variations
Color information
#1D3E59 (or 0x1D3E59) is known color: Regal Blue. HEX triplet: 1D, 3E and 59. RGB value is (29,62,89). Sum of RGB (Red+Green+Blue) = 29+62+89=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3E59 is #E2C1A6. Grayscale: #373737. Windows color (decimal): -14860711 or 5848605. OLE color: 5848605.
HSL color Cylindrical-coordinate representation of color #1D3E59: hue angle of 207º 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 #1D3E59 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 62 | 89 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.65 |
| HSL | 207º | 0.51% | 0.23% | - |
| HSV(B) | 207º | 0.67% | 0.35% | - |
| XYZ | 4.03 | 4.43 | 10.09 | - |
| YUV | 55.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 89 | 0.67 | 0.30 | 0 | 0.65 | 207 | 0.51 | 0.23 |
| Hex | 1D | 3E | 59 | 43 | 1E | 0 | 41 | CF | 33 | 17 |
| Octal | 35 | 76 | 131 | 103 | 36 | 0 | 101 | 317 | 63 | 27 |
| Binary | 11101 | 111110 | 1011001 | 1000011 | 11110 | 0 | 1000001 | 11001111 | 110011 | 10111 |
Color Harmonies of #1D3E59
Complementary color
Monochromatic Colors of #1D3E59
Black with #1D3E59
Text Example
Text Example
White with #1D3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E59; }
p { color: rgb(29,62,89); }
H1.HeaderClassName
{
color: #1D3E59;
}
.AnyTagClassName
{
color: #1D3E59;
}
</style>
background-color css
<style>
a { background-color: #1D3E59; }
a { background-color: rgb(29,62,89); }
div.DivClassName
{
background-color: #1D3E59;
}
.BgClassName
{
background-color: #1D3E59;
}
</style>
border-color css
<style>
span { border-color: #1D3E59; }
span { border-color: rgb(29,62,89); }
td.TdClassName
{
border-color: #1D3E59;
}
.TagClassName
{
border-color: #1D3E59;
}
</style>