Shades of Regal Blue #1D3C54
Tints of Regal Blue #1D3C54
RGB
CMYK
RGB Variations
Color information
#1D3C54 (or 0x1D3C54) is known color: Regal Blue. HEX triplet: 1D, 3C and 54. RGB value is (29,60,84). Sum of RGB (Red+Green+Blue) = 29+60+84=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #1D3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C54 is #E2C3AB. Grayscale: #353535. Windows color (decimal): -14861228 or 5520413. OLE color: 5520413.
HSL color Cylindrical-coordinate representation of color #1D3C54: hue angle of 206.18º degrees, saturation: 0.49, 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 #1D3C54 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 60 | 84 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.67 |
| HSL | 206.18º | 0.49% | 0.22% | - |
| HSV(B) | 206.18º | 0.65% | 0.33% | - |
| XYZ | 3.72 | 4.13 | 8.99 | - |
| YUV | 53.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 84 | 0.65 | 0.29 | 0 | 0.67 | 206.18 | 0.49 | 0.22 |
| Hex | 1D | 3C | 54 | 41 | 1D | 0 | 43 | CE | 31 | 16 |
| Octal | 35 | 74 | 124 | 101 | 35 | 0 | 103 | 316 | 61 | 26 |
| Binary | 11101 | 111100 | 1010100 | 1000001 | 11101 | 0 | 1000011 | 11001110 | 110001 | 10110 |
Color Harmonies of #1D3C54
Complementary color
Monochromatic Colors of #1D3C54
Black with #1D3C54
Text Example
Text Example
White with #1D3C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C54; }
p { color: rgb(29,60,84); }
H1.HeaderClassName
{
color: #1D3C54;
}
.AnyTagClassName
{
color: #1D3C54;
}
</style>
background-color css
<style>
a { background-color: #1D3C54; }
a { background-color: rgb(29,60,84); }
div.DivClassName
{
background-color: #1D3C54;
}
.BgClassName
{
background-color: #1D3C54;
}
</style>
border-color css
<style>
span { border-color: #1D3C54; }
span { border-color: rgb(29,60,84); }
td.TdClassName
{
border-color: #1D3C54;
}
.TagClassName
{
border-color: #1D3C54;
}
</style>