Shades of Regal Blue #1D405B
Tints of Regal Blue #1D405B
RGB
CMYK
RGB Variations
Color information
#1D405B (or 0x1D405B) is known color: Regal Blue. HEX triplet: 1D, 40 and 5B. RGB value is (29,64,91). Sum of RGB (Red+Green+Blue) = 29+64+91=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D405B is #E2BFA4. Grayscale: #383838. Windows color (decimal): -14860197 or 5980189. OLE color: 5980189.
HSL color Cylindrical-coordinate representation of color #1D405B: hue angle of 206.13º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D405B is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 64 | 91 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.64 |
| HSL | 206.13º | 0.52% | 0.24% | - |
| HSV(B) | 206.13º | 0.68% | 0.36% | - |
| XYZ | 4.23 | 4.68 | 10.58 | - |
| YUV | 56.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 91 | 0.68 | 0.30 | 0 | 0.64 | 206.13 | 0.52 | 0.24 |
| Hex | 1D | 40 | 5B | 44 | 1E | 0 | 40 | CE | 34 | 18 |
| Octal | 35 | 100 | 133 | 104 | 36 | 0 | 100 | 316 | 64 | 30 |
| Binary | 11101 | 1000000 | 1011011 | 1000100 | 11110 | 0 | 1000000 | 11001110 | 110100 | 11000 |
Color Harmonies of #1D405B
Complementary color
Monochromatic Colors of #1D405B
Black with #1D405B
Text Example
Text Example
White with #1D405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D405B; }
p { color: rgb(29,64,91); }
H1.HeaderClassName
{
color: #1D405B;
}
.AnyTagClassName
{
color: #1D405B;
}
</style>
background-color css
<style>
a { background-color: #1D405B; }
a { background-color: rgb(29,64,91); }
div.DivClassName
{
background-color: #1D405B;
}
.BgClassName
{
background-color: #1D405B;
}
</style>
border-color css
<style>
span { border-color: #1D405B; }
span { border-color: rgb(29,64,91); }
td.TdClassName
{
border-color: #1D405B;
}
.TagClassName
{
border-color: #1D405B;
}
</style>