Shades of Regal Blue #1D405D
Tints of Regal Blue #1D405D
RGB
CMYK
RGB Variations
Color information
#1D405D (or 0x1D405D) is known color: Regal Blue. HEX triplet: 1D, 40 and 5D. RGB value is (29,64,93). Sum of RGB (Red+Green+Blue) = 29+64+93=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D405D is #E2BFA2. Grayscale: #383838. Windows color (decimal): -14860195 or 6111261. OLE color: 6111261.
HSL color Cylindrical-coordinate representation of color #1D405D: hue angle of 207.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D405D is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 64 | 93 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.64 |
| HSL | 207.19º | 0.52% | 0.24% | - |
| HSV(B) | 207.19º | 0.69% | 0.36% | - |
| XYZ | 4.32 | 4.72 | 11.04 | - |
| YUV | 56.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 93 | 0.69 | 0.31 | 0 | 0.64 | 207.19 | 0.52 | 0.24 |
| Hex | 1D | 40 | 5D | 45 | 1F | 0 | 40 | CF | 34 | 18 |
| Octal | 35 | 100 | 135 | 105 | 37 | 0 | 100 | 317 | 64 | 30 |
| Binary | 11101 | 1000000 | 1011101 | 1000101 | 11111 | 0 | 1000000 | 11001111 | 110100 | 11000 |
Color Harmonies of #1D405D
Complementary color
Monochromatic Colors of #1D405D
Black with #1D405D
Text Example
Text Example
White with #1D405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D405D; }
p { color: rgb(29,64,93); }
H1.HeaderClassName
{
color: #1D405D;
}
.AnyTagClassName
{
color: #1D405D;
}
</style>
background-color css
<style>
a { background-color: #1D405D; }
a { background-color: rgb(29,64,93); }
div.DivClassName
{
background-color: #1D405D;
}
.BgClassName
{
background-color: #1D405D;
}
</style>
border-color css
<style>
span { border-color: #1D405D; }
span { border-color: rgb(29,64,93); }
td.TdClassName
{
border-color: #1D405D;
}
.TagClassName
{
border-color: #1D405D;
}
</style>