Shades of Regal Blue #1D3F53
Tints of Regal Blue #1D3F53
RGB
CMYK
RGB Variations
Color information
#1D3F53 (or 0x1D3F53) is known color: Regal Blue. HEX triplet: 1D, 3F and 53. RGB value is (29,63,83). Sum of RGB (Red+Green+Blue) = 29+63+83=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F53 is #E2C0AC. Grayscale: #363636. Windows color (decimal): -14860461 or 5455645. OLE color: 5455645.
HSL color Cylindrical-coordinate representation of color #1D3F53: hue angle of 202.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 #1D3F53 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 63 | 83 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.67 |
| HSL | 202.22º | 0.48% | 0.22% | - |
| HSV(B) | 202.22º | 0.65% | 0.33% | - |
| XYZ | 3.85 | 4.44 | 8.84 | - |
| YUV | 55.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 83 | 0.65 | 0.24 | 0 | 0.67 | 202.22 | 0.48 | 0.22 |
| Hex | 1D | 3F | 53 | 41 | 18 | 0 | 43 | CA | 30 | 16 |
| Octal | 35 | 77 | 123 | 101 | 30 | 0 | 103 | 312 | 60 | 26 |
| Binary | 11101 | 111111 | 1010011 | 1000001 | 11000 | 0 | 1000011 | 11001010 | 110000 | 10110 |
Color Harmonies of #1D3F53
Complementary color
Monochromatic Colors of #1D3F53
Black with #1D3F53
Text Example
Text Example
White with #1D3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F53; }
p { color: rgb(29,63,83); }
H1.HeaderClassName
{
color: #1D3F53;
}
.AnyTagClassName
{
color: #1D3F53;
}
</style>
background-color css
<style>
a { background-color: #1D3F53; }
a { background-color: rgb(29,63,83); }
div.DivClassName
{
background-color: #1D3F53;
}
.BgClassName
{
background-color: #1D3F53;
}
</style>
border-color css
<style>
span { border-color: #1D3F53; }
span { border-color: rgb(29,63,83); }
td.TdClassName
{
border-color: #1D3F53;
}
.TagClassName
{
border-color: #1D3F53;
}
</style>