Shades of Regal Blue #1E3A54
Tints of Regal Blue #1E3A54
RGB
CMYK
RGB Variations
Color information
#1E3A54 (or 0x1E3A54) is known color: Regal Blue. HEX triplet: 1E, 3A and 54. RGB value is (30,58,84). Sum of RGB (Red+Green+Blue) = 30+58+84=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E3A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A54 is #E1C5AB. Grayscale: #343434. Windows color (decimal): -14796204 or 5519902. OLE color: 5519902.
HSL color Cylindrical-coordinate representation of color #1E3A54: hue angle of 208.89º 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 #1E3A54 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 58 | 84 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.67 |
| HSL | 208.89º | 0.47% | 0.22% | - |
| HSV(B) | 208.89º | 0.64% | 0.33% | - |
| XYZ | 3.65 | 3.94 | 8.96 | - |
| YUV | 52.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 84 | 0.64 | 0.31 | 0 | 0.67 | 208.89 | 0.47 | 0.22 |
| Hex | 1E | 3A | 54 | 40 | 1F | 0 | 43 | D1 | 2F | 16 |
| Octal | 36 | 72 | 124 | 100 | 37 | 0 | 103 | 321 | 57 | 26 |
| Binary | 11110 | 111010 | 1010100 | 1000000 | 11111 | 0 | 1000011 | 11010001 | 101111 | 10110 |
Color Harmonies of #1E3A54
Complementary color
Monochromatic Colors of #1E3A54
Black with #1E3A54
Text Example
Text Example
White with #1E3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A54; }
p { color: rgb(30,58,84); }
H1.HeaderClassName
{
color: #1E3A54;
}
.AnyTagClassName
{
color: #1E3A54;
}
</style>
background-color css
<style>
a { background-color: #1E3A54; }
a { background-color: rgb(30,58,84); }
div.DivClassName
{
background-color: #1E3A54;
}
.BgClassName
{
background-color: #1E3A54;
}
</style>
border-color css
<style>
span { border-color: #1E3A54; }
span { border-color: rgb(30,58,84); }
td.TdClassName
{
border-color: #1E3A54;
}
.TagClassName
{
border-color: #1E3A54;
}
</style>