Shades of Regal Blue #1D405E
Tints of Regal Blue #1D405E
RGB
CMYK
RGB Variations
Color information
#1D405E (or 0x1D405E) is known color: Regal Blue. HEX triplet: 1D, 40 and 5E. RGB value is (29,64,94). Sum of RGB (Red+Green+Blue) = 29+64+94=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D405E is #E2BFA1. Grayscale: #383838. Windows color (decimal): -14860194 or 6176797. OLE color: 6176797.
HSL color Cylindrical-coordinate representation of color #1D405E: hue angle of 207.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D405E is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 64 | 94 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.63 |
| HSL | 207.69º | 0.53% | 0.24% | - |
| HSV(B) | 207.69º | 0.69% | 0.37% | - |
| XYZ | 4.36 | 4.74 | 11.27 | - |
| YUV | 56.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 94 | 0.69 | 0.32 | 0 | 0.63 | 207.69 | 0.53 | 0.24 |
| Hex | 1D | 40 | 5E | 45 | 20 | 0 | 3F | D0 | 35 | 18 |
| Octal | 35 | 100 | 136 | 105 | 40 | 0 | 77 | 320 | 65 | 30 |
| Binary | 11101 | 1000000 | 1011110 | 1000101 | 100000 | 0 | 111111 | 11010000 | 110101 | 11000 |
Color Harmonies of #1D405E
Complementary color
Monochromatic Colors of #1D405E
Black with #1D405E
Text Example
Text Example
White with #1D405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D405E; }
p { color: rgb(29,64,94); }
H1.HeaderClassName
{
color: #1D405E;
}
.AnyTagClassName
{
color: #1D405E;
}
</style>
background-color css
<style>
a { background-color: #1D405E; }
a { background-color: rgb(29,64,94); }
div.DivClassName
{
background-color: #1D405E;
}
.BgClassName
{
background-color: #1D405E;
}
</style>
border-color css
<style>
span { border-color: #1D405E; }
span { border-color: rgb(29,64,94); }
td.TdClassName
{
border-color: #1D405E;
}
.TagClassName
{
border-color: #1D405E;
}
</style>