Shades of Regal Blue #1E3550
Tints of Regal Blue #1E3550
RGB
CMYK
RGB Variations
Color information
#1E3550 (or 0x1E3550) is known color: Regal Blue. HEX triplet: 1E, 35 and 50. RGB value is (30,53,80). Sum of RGB (Red+Green+Blue) = 30+53+80=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3550 is #E1CAAF. Grayscale: #313131. Windows color (decimal): -14797488 or 5256478. OLE color: 5256478.
HSL color Cylindrical-coordinate representation of color #1E3550: hue angle of 212.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E3550 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 53 | 80 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.69 |
| HSL | 212.4º | 0.45% | 0.22% | - |
| HSV(B) | 212.4º | 0.63% | 0.31% | - |
| XYZ | 3.26 | 3.4 | 8.07 | - |
| YUV | 49.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 80 | 0.62 | 0.34 | 0 | 0.69 | 212.4 | 0.45 | 0.22 |
| Hex | 1E | 35 | 50 | 3E | 22 | 0 | 45 | D4 | 2D | 16 |
| Octal | 36 | 65 | 120 | 76 | 42 | 0 | 105 | 324 | 55 | 26 |
| Binary | 11110 | 110101 | 1010000 | 111110 | 100010 | 0 | 1000101 | 11010100 | 101101 | 10110 |
Color Harmonies of #1E3550
Complementary color
Monochromatic Colors of #1E3550
Black with #1E3550
Text Example
Text Example
White with #1E3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3550; }
p { color: rgb(30,53,80); }
H1.HeaderClassName
{
color: #1E3550;
}
.AnyTagClassName
{
color: #1E3550;
}
</style>
background-color css
<style>
a { background-color: #1E3550; }
a { background-color: rgb(30,53,80); }
div.DivClassName
{
background-color: #1E3550;
}
.BgClassName
{
background-color: #1E3550;
}
</style>
border-color css
<style>
span { border-color: #1E3550; }
span { border-color: rgb(30,53,80); }
td.TdClassName
{
border-color: #1E3550;
}
.TagClassName
{
border-color: #1E3550;
}
</style>