Shades of Regal Blue #1D4159
Tints of Regal Blue #1D4159
RGB
CMYK
RGB Variations
Color information
#1D4159 (or 0x1D4159) is known color: Regal Blue. HEX triplet: 1D, 41 and 59. RGB value is (29,65,89). Sum of RGB (Red+Green+Blue) = 29+65+89=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D4159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4159 is #E2BEA6. Grayscale: #383838. Windows color (decimal): -14859943 or 5849373. OLE color: 5849373.
HSL color Cylindrical-coordinate representation of color #1D4159: hue angle of 204º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4159 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 65 | 89 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.65 |
| HSL | 204º | 0.51% | 0.23% | - |
| HSV(B) | 204º | 0.67% | 0.35% | - |
| XYZ | 4.2 | 4.76 | 10.15 | - |
| YUV | 56.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 89 | 0.67 | 0.27 | 0 | 0.65 | 204 | 0.51 | 0.23 |
| Hex | 1D | 41 | 59 | 43 | 1B | 0 | 41 | CC | 33 | 17 |
| Octal | 35 | 101 | 131 | 103 | 33 | 0 | 101 | 314 | 63 | 27 |
| Binary | 11101 | 1000001 | 1011001 | 1000011 | 11011 | 0 | 1000001 | 11001100 | 110011 | 10111 |
Color Harmonies of #1D4159
Complementary color
Monochromatic Colors of #1D4159
Black with #1D4159
Text Example
Text Example
White with #1D4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4159; }
p { color: rgb(29,65,89); }
H1.HeaderClassName
{
color: #1D4159;
}
.AnyTagClassName
{
color: #1D4159;
}
</style>
background-color css
<style>
a { background-color: #1D4159; }
a { background-color: rgb(29,65,89); }
div.DivClassName
{
background-color: #1D4159;
}
.BgClassName
{
background-color: #1D4159;
}
</style>
border-color css
<style>
span { border-color: #1D4159; }
span { border-color: rgb(29,65,89); }
td.TdClassName
{
border-color: #1D4159;
}
.TagClassName
{
border-color: #1D4159;
}
</style>