Shades of Regal Blue #1D3550
Tints of Regal Blue #1D3550
RGB
CMYK
RGB Variations
Color information
#1D3550 (or 0x1D3550) is known color: Regal Blue. HEX triplet: 1D, 35 and 50. RGB value is (29,53,80). Sum of RGB (Red+Green+Blue) = 29+53+80=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3550 is #E2CAAF. Grayscale: #303030. Windows color (decimal): -14863024 or 5256477. OLE color: 5256477.
HSL color Cylindrical-coordinate representation of color #1D3550: hue angle of 211.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3550 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 53 | 80 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.69 |
| HSL | 211.76º | 0.47% | 0.21% | - |
| HSV(B) | 211.76º | 0.64% | 0.31% | - |
| XYZ | 3.23 | 3.39 | 8.07 | - |
| YUV | 48.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 80 | 0.64 | 0.34 | 0 | 0.69 | 211.76 | 0.47 | 0.21 |
| Hex | 1D | 35 | 50 | 40 | 22 | 0 | 45 | D4 | 2F | 15 |
| Octal | 35 | 65 | 120 | 100 | 42 | 0 | 105 | 324 | 57 | 25 |
| Binary | 11101 | 110101 | 1010000 | 1000000 | 100010 | 0 | 1000101 | 11010100 | 101111 | 10101 |
Color Harmonies of #1D3550
Complementary color
Monochromatic Colors of #1D3550
Black with #1D3550
Text Example
Text Example
White with #1D3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3550; }
p { color: rgb(29,53,80); }
H1.HeaderClassName
{
color: #1D3550;
}
.AnyTagClassName
{
color: #1D3550;
}
</style>
background-color css
<style>
a { background-color: #1D3550; }
a { background-color: rgb(29,53,80); }
div.DivClassName
{
background-color: #1D3550;
}
.BgClassName
{
background-color: #1D3550;
}
</style>
border-color css
<style>
span { border-color: #1D3550; }
span { border-color: rgb(29,53,80); }
td.TdClassName
{
border-color: #1D3550;
}
.TagClassName
{
border-color: #1D3550;
}
</style>