Shades of Regal Blue #1D384E
Tints of Regal Blue #1D384E
RGB
CMYK
RGB Variations
Color information
#1D384E (or 0x1D384E) is known color: Regal Blue. HEX triplet: 1D, 38 and 4E. RGB value is (29,56,78). Sum of RGB (Red+Green+Blue) = 29+56+78=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D384E is #E2C7B1. Grayscale: #323232. Windows color (decimal): -14862258 or 5126173. OLE color: 5126173.
HSL color Cylindrical-coordinate representation of color #1D384E: hue angle of 206.94º 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 #1D384E is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 56 | 78 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.69 |
| HSL | 206.94º | 0.46% | 0.21% | - |
| HSV(B) | 206.94º | 0.63% | 0.31% | - |
| XYZ | 3.3 | 3.64 | 7.74 | - |
| YUV | 50.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 78 | 0.63 | 0.28 | 0 | 0.69 | 206.94 | 0.46 | 0.21 |
| Hex | 1D | 38 | 4E | 3F | 1C | 0 | 45 | CF | 2E | 15 |
| Octal | 35 | 70 | 116 | 77 | 34 | 0 | 105 | 317 | 56 | 25 |
| Binary | 11101 | 111000 | 1001110 | 111111 | 11100 | 0 | 1000101 | 11001111 | 101110 | 10101 |
Color Harmonies of #1D384E
Complementary color
Monochromatic Colors of #1D384E
Black with #1D384E
Text Example
Text Example
White with #1D384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D384E; }
p { color: rgb(29,56,78); }
H1.HeaderClassName
{
color: #1D384E;
}
.AnyTagClassName
{
color: #1D384E;
}
</style>
background-color css
<style>
a { background-color: #1D384E; }
a { background-color: rgb(29,56,78); }
div.DivClassName
{
background-color: #1D384E;
}
.BgClassName
{
background-color: #1D384E;
}
</style>
border-color css
<style>
span { border-color: #1D384E; }
span { border-color: rgb(29,56,78); }
td.TdClassName
{
border-color: #1D384E;
}
.TagClassName
{
border-color: #1D384E;
}
</style>