Shades of Regal Blue #1D3750
Tints of Regal Blue #1D3750
RGB
CMYK
RGB Variations
Color information
#1D3750 (or 0x1D3750) is known color: Regal Blue. HEX triplet: 1D, 37 and 50. RGB value is (29,55,80). Sum of RGB (Red+Green+Blue) = 29+55+80=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3750 is #E2C8AF. Grayscale: #313131. Windows color (decimal): -14862512 or 5256989. OLE color: 5256989.
HSL color Cylindrical-coordinate representation of color #1D3750: hue angle of 209.41º 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 #1D3750 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 55 | 80 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.69 |
| HSL | 209.41º | 0.47% | 0.21% | - |
| HSV(B) | 209.41º | 0.64% | 0.31% | - |
| XYZ | 3.32 | 3.57 | 8.1 | - |
| YUV | 50.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 80 | 0.64 | 0.31 | 0 | 0.69 | 209.41 | 0.47 | 0.21 |
| Hex | 1D | 37 | 50 | 40 | 1F | 0 | 45 | D1 | 2F | 15 |
| Octal | 35 | 67 | 120 | 100 | 37 | 0 | 105 | 321 | 57 | 25 |
| Binary | 11101 | 110111 | 1010000 | 1000000 | 11111 | 0 | 1000101 | 11010001 | 101111 | 10101 |
Color Harmonies of #1D3750
Complementary color
Monochromatic Colors of #1D3750
Black with #1D3750
Text Example
Text Example
White with #1D3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3750; }
p { color: rgb(29,55,80); }
H1.HeaderClassName
{
color: #1D3750;
}
.AnyTagClassName
{
color: #1D3750;
}
</style>
background-color css
<style>
a { background-color: #1D3750; }
a { background-color: rgb(29,55,80); }
div.DivClassName
{
background-color: #1D3750;
}
.BgClassName
{
background-color: #1D3750;
}
</style>
border-color css
<style>
span { border-color: #1D3750; }
span { border-color: rgb(29,55,80); }
td.TdClassName
{
border-color: #1D3750;
}
.TagClassName
{
border-color: #1D3750;
}
</style>