Shades of Regal Blue #1D3653
Tints of Regal Blue #1D3653
RGB
CMYK
RGB Variations
Color information
#1D3653 (or 0x1D3653) is known color: Regal Blue. HEX triplet: 1D, 36 and 53. RGB value is (29,54,83). Sum of RGB (Red+Green+Blue) = 29+54+83=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3653 is #E2C9AC. Grayscale: #313131. Windows color (decimal): -14862765 or 5453341. OLE color: 5453341.
HSL color Cylindrical-coordinate representation of color #1D3653: hue angle of 212.22º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3653 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 54 | 83 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.67 |
| HSL | 212.22º | 0.48% | 0.22% | - |
| HSV(B) | 212.22º | 0.65% | 0.33% | - |
| XYZ | 3.39 | 3.52 | 8.69 | - |
| YUV | 49.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 83 | 0.65 | 0.35 | 0 | 0.67 | 212.22 | 0.48 | 0.22 |
| Hex | 1D | 36 | 53 | 41 | 23 | 0 | 43 | D4 | 30 | 16 |
| Octal | 35 | 66 | 123 | 101 | 43 | 0 | 103 | 324 | 60 | 26 |
| Binary | 11101 | 110110 | 1010011 | 1000001 | 100011 | 0 | 1000011 | 11010100 | 110000 | 10110 |
Color Harmonies of #1D3653
Complementary color
Monochromatic Colors of #1D3653
Black with #1D3653
Text Example
Text Example
White with #1D3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3653; }
p { color: rgb(29,54,83); }
H1.HeaderClassName
{
color: #1D3653;
}
.AnyTagClassName
{
color: #1D3653;
}
</style>
background-color css
<style>
a { background-color: #1D3653; }
a { background-color: rgb(29,54,83); }
div.DivClassName
{
background-color: #1D3653;
}
.BgClassName
{
background-color: #1D3653;
}
</style>
border-color css
<style>
span { border-color: #1D3653; }
span { border-color: rgb(29,54,83); }
td.TdClassName
{
border-color: #1D3653;
}
.TagClassName
{
border-color: #1D3653;
}
</style>