Shades of Regal Blue #1E4465
Tints of Regal Blue #1E4465
RGB
CMYK
RGB Variations
Color information
#1E4465 (or 0x1E4465) is known color: Regal Blue. HEX triplet: 1E, 44 and 65. RGB value is (30,68,101). Sum of RGB (Red+Green+Blue) = 30+68+101=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4465 is #E1BB9A. Grayscale: #3C3C3C. Windows color (decimal): -14793627 or 6636574. OLE color: 6636574.
HSL color Cylindrical-coordinate representation of color #1E4465: hue angle of 207.89º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E4465 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 68 | 101 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.60 |
| HSL | 207.89º | 0.54% | 0.26% | - |
| HSV(B) | 207.89º | 0.7% | 0.4% | - |
| XYZ | 4.95 | 5.35 | 13.08 | - |
| YUV | 60.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 101 | 0.70 | 0.33 | 0 | 0.60 | 207.89 | 0.54 | 0.26 |
| Hex | 1E | 44 | 65 | 46 | 21 | 0 | 3C | D0 | 36 | 1A |
| Octal | 36 | 104 | 145 | 106 | 41 | 0 | 74 | 320 | 66 | 32 |
| Binary | 11110 | 1000100 | 1100101 | 1000110 | 100001 | 0 | 111100 | 11010000 | 110110 | 11010 |
Color Harmonies of #1E4465
Complementary color
Monochromatic Colors of #1E4465
Black with #1E4465
Text Example
Text Example
White with #1E4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4465; }
p { color: rgb(30,68,101); }
H1.HeaderClassName
{
color: #1E4465;
}
.AnyTagClassName
{
color: #1E4465;
}
</style>
background-color css
<style>
a { background-color: #1E4465; }
a { background-color: rgb(30,68,101); }
div.DivClassName
{
background-color: #1E4465;
}
.BgClassName
{
background-color: #1E4465;
}
</style>
border-color css
<style>
span { border-color: #1E4465; }
span { border-color: rgb(30,68,101); }
td.TdClassName
{
border-color: #1E4465;
}
.TagClassName
{
border-color: #1E4465;
}
</style>