Shades of Regal Blue #1D3C56
Tints of Regal Blue #1D3C56
RGB
CMYK
RGB Variations
Color information
#1D3C56 (or 0x1D3C56) is known color: Regal Blue. HEX triplet: 1D, 3C and 56. RGB value is (29,60,86). Sum of RGB (Red+Green+Blue) = 29+60+86=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #1D3C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C56 is #E2C3A9. Grayscale: #353535. Windows color (decimal): -14861226 or 5651485. OLE color: 5651485.
HSL color Cylindrical-coordinate representation of color #1D3C56: hue angle of 207.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D3C56 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 60 | 86 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.66 |
| HSL | 207.37º | 0.5% | 0.23% | - |
| HSV(B) | 207.37º | 0.66% | 0.34% | - |
| XYZ | 3.8 | 4.16 | 9.41 | - |
| YUV | 53.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 86 | 0.66 | 0.30 | 0 | 0.66 | 207.37 | 0.5 | 0.23 |
| Hex | 1D | 3C | 56 | 42 | 1E | 0 | 42 | CF | 32 | 17 |
| Octal | 35 | 74 | 126 | 102 | 36 | 0 | 102 | 317 | 62 | 27 |
| Binary | 11101 | 111100 | 1010110 | 1000010 | 11110 | 0 | 1000010 | 11001111 | 110010 | 10111 |
Color Harmonies of #1D3C56
Complementary color
Monochromatic Colors of #1D3C56
Black with #1D3C56
Text Example
Text Example
White with #1D3C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C56; }
p { color: rgb(29,60,86); }
H1.HeaderClassName
{
color: #1D3C56;
}
.AnyTagClassName
{
color: #1D3C56;
}
</style>
background-color css
<style>
a { background-color: #1D3C56; }
a { background-color: rgb(29,60,86); }
div.DivClassName
{
background-color: #1D3C56;
}
.BgClassName
{
background-color: #1D3C56;
}
</style>
border-color css
<style>
span { border-color: #1D3C56; }
span { border-color: rgb(29,60,86); }
td.TdClassName
{
border-color: #1D3C56;
}
.TagClassName
{
border-color: #1D3C56;
}
</style>