Shades of Regal Blue #1E415A
Tints of Regal Blue #1E415A
RGB
CMYK
RGB Variations
Color information
#1E415A (or 0x1E415A) is known color: Regal Blue. HEX triplet: 1E, 41 and 5A. RGB value is (30,65,90). Sum of RGB (Red+Green+Blue) = 30+65+90=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E415A is #E1BEA5. Grayscale: #393939. Windows color (decimal): -14794406 or 5914910. OLE color: 5914910.
HSL color Cylindrical-coordinate representation of color #1E415A: hue angle of 205º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E415A is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 65 | 90 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.65 |
| HSL | 205º | 0.5% | 0.24% | - |
| HSV(B) | 205º | 0.67% | 0.35% | - |
| XYZ | 4.27 | 4.79 | 10.37 | - |
| YUV | 57.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 90 | 0.67 | 0.28 | 0 | 0.65 | 205 | 0.5 | 0.24 |
| Hex | 1E | 41 | 5A | 43 | 1C | 0 | 41 | CD | 32 | 18 |
| Octal | 36 | 101 | 132 | 103 | 34 | 0 | 101 | 315 | 62 | 30 |
| Binary | 11110 | 1000001 | 1011010 | 1000011 | 11100 | 0 | 1000001 | 11001101 | 110010 | 11000 |
Color Harmonies of #1E415A
Complementary color
Monochromatic Colors of #1E415A
Black with #1E415A
Text Example
Text Example
White with #1E415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E415A; }
p { color: rgb(30,65,90); }
H1.HeaderClassName
{
color: #1E415A;
}
.AnyTagClassName
{
color: #1E415A;
}
</style>
background-color css
<style>
a { background-color: #1E415A; }
a { background-color: rgb(30,65,90); }
div.DivClassName
{
background-color: #1E415A;
}
.BgClassName
{
background-color: #1E415A;
}
</style>
border-color css
<style>
span { border-color: #1E415A; }
span { border-color: rgb(30,65,90); }
td.TdClassName
{
border-color: #1E415A;
}
.TagClassName
{
border-color: #1E415A;
}
</style>