Shades of Regal Blue #1D3D53
Tints of Regal Blue #1D3D53
RGB
CMYK
RGB Variations
Color information
#1D3D53 (or 0x1D3D53) is known color: Regal Blue. HEX triplet: 1D, 3D and 53. RGB value is (29,61,83). Sum of RGB (Red+Green+Blue) = 29+61+83=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3D53 is #E2C2AC. Grayscale: #353535. Windows color (decimal): -14860973 or 5455133. OLE color: 5455133.
HSL color Cylindrical-coordinate representation of color #1D3D53: hue angle of 204.44º 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 #1D3D53 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 61 | 83 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.67 |
| HSL | 204.44º | 0.48% | 0.22% | - |
| HSV(B) | 204.44º | 0.65% | 0.33% | - |
| XYZ | 3.74 | 4.22 | 8.8 | - |
| YUV | 53.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 83 | 0.65 | 0.27 | 0 | 0.67 | 204.44 | 0.48 | 0.22 |
| Hex | 1D | 3D | 53 | 41 | 1B | 0 | 43 | CC | 30 | 16 |
| Octal | 35 | 75 | 123 | 101 | 33 | 0 | 103 | 314 | 60 | 26 |
| Binary | 11101 | 111101 | 1010011 | 1000001 | 11011 | 0 | 1000011 | 11001100 | 110000 | 10110 |
Color Harmonies of #1D3D53
Complementary color
Monochromatic Colors of #1D3D53
Black with #1D3D53
Text Example
Text Example
White with #1D3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D53; }
p { color: rgb(29,61,83); }
H1.HeaderClassName
{
color: #1D3D53;
}
.AnyTagClassName
{
color: #1D3D53;
}
</style>
background-color css
<style>
a { background-color: #1D3D53; }
a { background-color: rgb(29,61,83); }
div.DivClassName
{
background-color: #1D3D53;
}
.BgClassName
{
background-color: #1D3D53;
}
</style>
border-color css
<style>
span { border-color: #1D3D53; }
span { border-color: rgb(29,61,83); }
td.TdClassName
{
border-color: #1D3D53;
}
.TagClassName
{
border-color: #1D3D53;
}
</style>