Shades of Regal Blue #1E3E54
Tints of Regal Blue #1E3E54
RGB
CMYK
RGB Variations
Color information
#1E3E54 (or 0x1E3E54) is known color: Regal Blue. HEX triplet: 1E, 3E and 54. RGB value is (30,62,84). Sum of RGB (Red+Green+Blue) = 30+62+84=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #1E3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3E54 is #E1C1AB. Grayscale: #363636. Windows color (decimal): -14795180 or 5520926. OLE color: 5520926.
HSL color Cylindrical-coordinate representation of color #1E3E54: hue angle of 204.44º 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 #1E3E54 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 62 | 84 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.67 |
| HSL | 204.44º | 0.47% | 0.22% | - |
| HSV(B) | 204.44º | 0.64% | 0.33% | - |
| XYZ | 3.86 | 4.36 | 9.03 | - |
| YUV | 54.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 84 | 0.64 | 0.26 | 0 | 0.67 | 204.44 | 0.47 | 0.22 |
| Hex | 1E | 3E | 54 | 40 | 1A | 0 | 43 | CC | 2F | 16 |
| Octal | 36 | 76 | 124 | 100 | 32 | 0 | 103 | 314 | 57 | 26 |
| Binary | 11110 | 111110 | 1010100 | 1000000 | 11010 | 0 | 1000011 | 11001100 | 101111 | 10110 |
Color Harmonies of #1E3E54
Complementary color
Monochromatic Colors of #1E3E54
Black with #1E3E54
Text Example
Text Example
White with #1E3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E54; }
p { color: rgb(30,62,84); }
H1.HeaderClassName
{
color: #1E3E54;
}
.AnyTagClassName
{
color: #1E3E54;
}
</style>
background-color css
<style>
a { background-color: #1E3E54; }
a { background-color: rgb(30,62,84); }
div.DivClassName
{
background-color: #1E3E54;
}
.BgClassName
{
background-color: #1E3E54;
}
</style>
border-color css
<style>
span { border-color: #1E3E54; }
span { border-color: rgb(30,62,84); }
td.TdClassName
{
border-color: #1E3E54;
}
.TagClassName
{
border-color: #1E3E54;
}
</style>