Shades of Regal Blue #1D3A57
Tints of Regal Blue #1D3A57
RGB
CMYK
RGB Variations
Color information
#1D3A57 (or 0x1D3A57) is known color: Regal Blue. HEX triplet: 1D, 3A and 57. RGB value is (29,58,87). Sum of RGB (Red+Green+Blue) = 29+58+87=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D3A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3A57 is #E2C5A8. Grayscale: #343434. Windows color (decimal): -14861737 or 5716509. OLE color: 5716509.
HSL color Cylindrical-coordinate representation of color #1D3A57: hue angle of 210º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3A57 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 58 | 87 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.66 |
| HSL | 210º | 0.5% | 0.23% | - |
| HSV(B) | 210º | 0.67% | 0.34% | - |
| XYZ | 3.74 | 3.98 | 9.59 | - |
| YUV | 52.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 87 | 0.67 | 0.33 | 0 | 0.66 | 210 | 0.5 | 0.23 |
| Hex | 1D | 3A | 57 | 43 | 21 | 0 | 42 | D2 | 32 | 17 |
| Octal | 35 | 72 | 127 | 103 | 41 | 0 | 102 | 322 | 62 | 27 |
| Binary | 11101 | 111010 | 1010111 | 1000011 | 100001 | 0 | 1000010 | 11010010 | 110010 | 10111 |
Color Harmonies of #1D3A57
Complementary color
Monochromatic Colors of #1D3A57
Black with #1D3A57
Text Example
Text Example
White with #1D3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A57; }
p { color: rgb(29,58,87); }
H1.HeaderClassName
{
color: #1D3A57;
}
.AnyTagClassName
{
color: #1D3A57;
}
</style>
background-color css
<style>
a { background-color: #1D3A57; }
a { background-color: rgb(29,58,87); }
div.DivClassName
{
background-color: #1D3A57;
}
.BgClassName
{
background-color: #1D3A57;
}
</style>
border-color css
<style>
span { border-color: #1D3A57; }
span { border-color: rgb(29,58,87); }
td.TdClassName
{
border-color: #1D3A57;
}
.TagClassName
{
border-color: #1D3A57;
}
</style>