Shades of Regal Blue #1D3953
Tints of Regal Blue #1D3953
RGB
CMYK
RGB Variations
Color information
#1D3953 (or 0x1D3953) is known color: Regal Blue. HEX triplet: 1D, 39 and 53. RGB value is (29,57,83). Sum of RGB (Red+Green+Blue) = 29+57+83=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3953 is #E2C6AC. Grayscale: #333333. Windows color (decimal): -14861997 or 5454109. OLE color: 5454109.
HSL color Cylindrical-coordinate representation of color #1D3953: hue angle of 208.89º 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 #1D3953 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 57 | 83 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.67 |
| HSL | 208.89º | 0.48% | 0.22% | - |
| HSV(B) | 208.89º | 0.65% | 0.33% | - |
| XYZ | 3.53 | 3.81 | 8.73 | - |
| YUV | 51.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 83 | 0.65 | 0.31 | 0 | 0.67 | 208.89 | 0.48 | 0.22 |
| Hex | 1D | 39 | 53 | 41 | 1F | 0 | 43 | D1 | 30 | 16 |
| Octal | 35 | 71 | 123 | 101 | 37 | 0 | 103 | 321 | 60 | 26 |
| Binary | 11101 | 111001 | 1010011 | 1000001 | 11111 | 0 | 1000011 | 11010001 | 110000 | 10110 |
Color Harmonies of #1D3953
Complementary color
Monochromatic Colors of #1D3953
Black with #1D3953
Text Example
Text Example
White with #1D3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3953; }
p { color: rgb(29,57,83); }
H1.HeaderClassName
{
color: #1D3953;
}
.AnyTagClassName
{
color: #1D3953;
}
</style>
background-color css
<style>
a { background-color: #1D3953; }
a { background-color: rgb(29,57,83); }
div.DivClassName
{
background-color: #1D3953;
}
.BgClassName
{
background-color: #1D3953;
}
</style>
border-color css
<style>
span { border-color: #1D3953; }
span { border-color: rgb(29,57,83); }
td.TdClassName
{
border-color: #1D3953;
}
.TagClassName
{
border-color: #1D3953;
}
</style>