Shades of Regal Blue #1D4264
Tints of Regal Blue #1D4264
RGB
CMYK
RGB Variations
Color information
#1D4264 (or 0x1D4264) is known color: Regal Blue. HEX triplet: 1D, 42 and 64. RGB value is (29,66,100). Sum of RGB (Red+Green+Blue) = 29+66+100=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #1D4264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4264 is #E2BD9B. Grayscale: #3A3A3A. Windows color (decimal): -14859676 or 6570525. OLE color: 6570525.
HSL color Cylindrical-coordinate representation of color #1D4264: hue angle of 208.73º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4264 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 66 | 100 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.61 |
| HSL | 208.73º | 0.55% | 0.25% | - |
| HSV(B) | 208.73º | 0.71% | 0.39% | - |
| XYZ | 4.76 | 5.08 | 12.79 | - |
| YUV | 58.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 100 | 0.71 | 0.34 | 0 | 0.61 | 208.73 | 0.55 | 0.25 |
| Hex | 1D | 42 | 64 | 47 | 22 | 0 | 3D | D1 | 37 | 19 |
| Octal | 35 | 102 | 144 | 107 | 42 | 0 | 75 | 321 | 67 | 31 |
| Binary | 11101 | 1000010 | 1100100 | 1000111 | 100010 | 0 | 111101 | 11010001 | 110111 | 11001 |
Color Harmonies of #1D4264
Complementary color
Monochromatic Colors of #1D4264
Black with #1D4264
Text Example
Text Example
White with #1D4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4264; }
p { color: rgb(29,66,100); }
H1.HeaderClassName
{
color: #1D4264;
}
.AnyTagClassName
{
color: #1D4264;
}
</style>
background-color css
<style>
a { background-color: #1D4264; }
a { background-color: rgb(29,66,100); }
div.DivClassName
{
background-color: #1D4264;
}
.BgClassName
{
background-color: #1D4264;
}
</style>
border-color css
<style>
span { border-color: #1D4264; }
span { border-color: rgb(29,66,100); }
td.TdClassName
{
border-color: #1D4264;
}
.TagClassName
{
border-color: #1D4264;
}
</style>