Shades of Regal Blue #1D4363
Tints of Regal Blue #1D4363
RGB
CMYK
RGB Variations
Color information
#1D4363 (or 0x1D4363) is known color: Regal Blue. HEX triplet: 1D, 43 and 63. RGB value is (29,67,99). Sum of RGB (Red+Green+Blue) = 29+67+99=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4363 is #E2BC9C. Grayscale: #3B3B3B. Windows color (decimal): -14859421 or 6505245. OLE color: 6505245.
HSL color Cylindrical-coordinate representation of color #1D4363: hue angle of 207.43º 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 #1D4363 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 67 | 99 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.61 |
| HSL | 207.43º | 0.55% | 0.25% | - |
| HSV(B) | 207.43º | 0.71% | 0.39% | - |
| XYZ | 4.77 | 5.18 | 12.55 | - |
| YUV | 59.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 99 | 0.71 | 0.32 | 0 | 0.61 | 207.43 | 0.55 | 0.25 |
| Hex | 1D | 43 | 63 | 47 | 20 | 0 | 3D | CF | 37 | 19 |
| Octal | 35 | 103 | 143 | 107 | 40 | 0 | 75 | 317 | 67 | 31 |
| Binary | 11101 | 1000011 | 1100011 | 1000111 | 100000 | 0 | 111101 | 11001111 | 110111 | 11001 |
Color Harmonies of #1D4363
Complementary color
Monochromatic Colors of #1D4363
Black with #1D4363
Text Example
Text Example
White with #1D4363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4363; }
p { color: rgb(29,67,99); }
H1.HeaderClassName
{
color: #1D4363;
}
.AnyTagClassName
{
color: #1D4363;
}
</style>
background-color css
<style>
a { background-color: #1D4363; }
a { background-color: rgb(29,67,99); }
div.DivClassName
{
background-color: #1D4363;
}
.BgClassName
{
background-color: #1D4363;
}
</style>
border-color css
<style>
span { border-color: #1D4363; }
span { border-color: rgb(29,67,99); }
td.TdClassName
{
border-color: #1D4363;
}
.TagClassName
{
border-color: #1D4363;
}
</style>