Shades of Regal Blue #1D4066
Tints of Regal Blue #1D4066
RGB
CMYK
RGB Variations
Color information
#1D4066 (or 0x1D4066) is known color: Regal Blue. HEX triplet: 1D, 40 and 66. RGB value is (29,64,102). Sum of RGB (Red+Green+Blue) = 29+64+102=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4066 is #E2BF99. Grayscale: #393939. Windows color (decimal): -14860186 or 6701085. OLE color: 6701085.
HSL color Cylindrical-coordinate representation of color #1D4066: hue angle of 211.23º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4066 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 64 | 102 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.6 |
| HSL | 211.23º | 0.56% | 0.26% | - |
| HSV(B) | 211.23º | 0.72% | 0.4% | - |
| XYZ | 4.74 | 4.89 | 13.26 | - |
| YUV | 57.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 102 | 0.72 | 0.37 | 0 | 0.6 | 211.23 | 0.56 | 0.26 |
| Hex | 1D | 40 | 66 | 48 | 25 | 0 | 3C | D3 | 38 | 1A |
| Octal | 35 | 100 | 146 | 110 | 45 | 0 | 74 | 323 | 70 | 32 |
| Binary | 11101 | 1000000 | 1100110 | 1001000 | 100101 | 0 | 111100 | 11010011 | 111000 | 11010 |
Color Harmonies of #1D4066
Complementary color
Monochromatic Colors of #1D4066
Black with #1D4066
Text Example
Text Example
White with #1D4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4066; }
p { color: rgb(29,64,102); }
H1.HeaderClassName
{
color: #1D4066;
}
.AnyTagClassName
{
color: #1D4066;
}
</style>
background-color css
<style>
a { background-color: #1D4066; }
a { background-color: rgb(29,64,102); }
div.DivClassName
{
background-color: #1D4066;
}
.BgClassName
{
background-color: #1D4066;
}
</style>
border-color css
<style>
span { border-color: #1D4066; }
span { border-color: rgb(29,64,102); }
td.TdClassName
{
border-color: #1D4066;
}
.TagClassName
{
border-color: #1D4066;
}
</style>