Shades of Regal Blue #1D364E
Tints of Regal Blue #1D364E
RGB
CMYK
RGB Variations
Color information
#1D364E (or 0x1D364E) is known color: Regal Blue. HEX triplet: 1D, 36 and 4E. RGB value is (29,54,78). Sum of RGB (Red+Green+Blue) = 29+54+78=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D364E is #E2C9B1. Grayscale: #313131. Windows color (decimal): -14862770 or 5125661. OLE color: 5125661.
HSL color Cylindrical-coordinate representation of color #1D364E: hue angle of 209.39º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D364E is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 54 | 78 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.69 |
| HSL | 209.39º | 0.46% | 0.21% | - |
| HSV(B) | 209.39º | 0.63% | 0.31% | - |
| XYZ | 3.2 | 3.45 | 7.7 | - |
| YUV | 49.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 78 | 0.63 | 0.31 | 0 | 0.69 | 209.39 | 0.46 | 0.21 |
| Hex | 1D | 36 | 4E | 3F | 1F | 0 | 45 | D1 | 2E | 15 |
| Octal | 35 | 66 | 116 | 77 | 37 | 0 | 105 | 321 | 56 | 25 |
| Binary | 11101 | 110110 | 1001110 | 111111 | 11111 | 0 | 1000101 | 11010001 | 101110 | 10101 |
Color Harmonies of #1D364E
Complementary color
Monochromatic Colors of #1D364E
Black with #1D364E
Text Example
Text Example
White with #1D364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D364E; }
p { color: rgb(29,54,78); }
H1.HeaderClassName
{
color: #1D364E;
}
.AnyTagClassName
{
color: #1D364E;
}
</style>
background-color css
<style>
a { background-color: #1D364E; }
a { background-color: rgb(29,54,78); }
div.DivClassName
{
background-color: #1D364E;
}
.BgClassName
{
background-color: #1D364E;
}
</style>
border-color css
<style>
span { border-color: #1D364E; }
span { border-color: rgb(29,54,78); }
td.TdClassName
{
border-color: #1D364E;
}
.TagClassName
{
border-color: #1D364E;
}
</style>