Shades of Regal Blue #1E3A53
Tints of Regal Blue #1E3A53
RGB
CMYK
RGB Variations
Color information
#1E3A53 (or 0x1E3A53) is known color: Regal Blue. HEX triplet: 1E, 3A and 53. RGB value is (30,58,83). Sum of RGB (Red+Green+Blue) = 30+58+83=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #1E3A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A53 is #E1C5AC. Grayscale: #343434. Windows color (decimal): -14796205 or 5454366. OLE color: 5454366.
HSL color Cylindrical-coordinate representation of color #1E3A53: hue angle of 208.3º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E3A53 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 58 | 83 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.67 |
| HSL | 208.3º | 0.47% | 0.22% | - |
| HSV(B) | 208.3º | 0.64% | 0.33% | - |
| XYZ | 3.61 | 3.93 | 8.75 | - |
| YUV | 52.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 83 | 0.64 | 0.30 | 0 | 0.67 | 208.3 | 0.47 | 0.22 |
| Hex | 1E | 3A | 53 | 40 | 1E | 0 | 43 | D0 | 2F | 16 |
| Octal | 36 | 72 | 123 | 100 | 36 | 0 | 103 | 320 | 57 | 26 |
| Binary | 11110 | 111010 | 1010011 | 1000000 | 11110 | 0 | 1000011 | 11010000 | 101111 | 10110 |
Color Harmonies of #1E3A53
Complementary color
Monochromatic Colors of #1E3A53
Black with #1E3A53
Text Example
Text Example
White with #1E3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A53; }
p { color: rgb(30,58,83); }
H1.HeaderClassName
{
color: #1E3A53;
}
.AnyTagClassName
{
color: #1E3A53;
}
</style>
background-color css
<style>
a { background-color: #1E3A53; }
a { background-color: rgb(30,58,83); }
div.DivClassName
{
background-color: #1E3A53;
}
.BgClassName
{
background-color: #1E3A53;
}
</style>
border-color css
<style>
span { border-color: #1E3A53; }
span { border-color: rgb(30,58,83); }
td.TdClassName
{
border-color: #1E3A53;
}
.TagClassName
{
border-color: #1E3A53;
}
</style>