Shades of Regal Blue #1D3D59
Tints of Regal Blue #1D3D59
RGB
CMYK
RGB Variations
Color information
#1D3D59 (or 0x1D3D59) is known color: Regal Blue. HEX triplet: 1D, 3D and 59. RGB value is (29,61,89). Sum of RGB (Red+Green+Blue) = 29+61+89=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D3D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3D59 is #E2C2A6. Grayscale: #363636. Windows color (decimal): -14860967 or 5848349. OLE color: 5848349.
HSL color Cylindrical-coordinate representation of color #1D3D59: hue angle of 208º 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 #1D3D59 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 61 | 89 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.65 |
| HSL | 208º | 0.51% | 0.23% | - |
| HSV(B) | 208º | 0.67% | 0.35% | - |
| XYZ | 3.98 | 4.32 | 10.08 | - |
| YUV | 54.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 89 | 0.67 | 0.31 | 0 | 0.65 | 208 | 0.51 | 0.23 |
| Hex | 1D | 3D | 59 | 43 | 1F | 0 | 41 | D0 | 33 | 17 |
| Octal | 35 | 75 | 131 | 103 | 37 | 0 | 101 | 320 | 63 | 27 |
| Binary | 11101 | 111101 | 1011001 | 1000011 | 11111 | 0 | 1000001 | 11010000 | 110011 | 10111 |
Color Harmonies of #1D3D59
Complementary color
Monochromatic Colors of #1D3D59
Black with #1D3D59
Text Example
Text Example
White with #1D3D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D59; }
p { color: rgb(29,61,89); }
H1.HeaderClassName
{
color: #1D3D59;
}
.AnyTagClassName
{
color: #1D3D59;
}
</style>
background-color css
<style>
a { background-color: #1D3D59; }
a { background-color: rgb(29,61,89); }
div.DivClassName
{
background-color: #1D3D59;
}
.BgClassName
{
background-color: #1D3D59;
}
</style>
border-color css
<style>
span { border-color: #1D3D59; }
span { border-color: rgb(29,61,89); }
td.TdClassName
{
border-color: #1D3D59;
}
.TagClassName
{
border-color: #1D3D59;
}
</style>