Shades of Regal Blue #1E3E5C
Tints of Regal Blue #1E3E5C
RGB
CMYK
RGB Variations
Color information
#1E3E5C (or 0x1E3E5C) is known color: Regal Blue. HEX triplet: 1E, 3E and 5C. RGB value is (30,62,92). Sum of RGB (Red+Green+Blue) = 30+62+92=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E3E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3E5C is #E1C1A3. Grayscale: #373737. Windows color (decimal): -14795172 or 6045214. OLE color: 6045214.
HSL color Cylindrical-coordinate representation of color #1E3E5C: hue angle of 209.03º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E3E5C is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 62 | 92 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.64 |
| HSL | 209.03º | 0.51% | 0.24% | - |
| HSV(B) | 209.03º | 0.67% | 0.36% | - |
| XYZ | 4.19 | 4.49 | 10.77 | - |
| YUV | 55.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 92 | 0.67 | 0.33 | 0 | 0.64 | 209.03 | 0.51 | 0.24 |
| Hex | 1E | 3E | 5C | 43 | 21 | 0 | 40 | D1 | 33 | 18 |
| Octal | 36 | 76 | 134 | 103 | 41 | 0 | 100 | 321 | 63 | 30 |
| Binary | 11110 | 111110 | 1011100 | 1000011 | 100001 | 0 | 1000000 | 11010001 | 110011 | 11000 |
Color Harmonies of #1E3E5C
Complementary color
Monochromatic Colors of #1E3E5C
Black with #1E3E5C
Text Example
Text Example
White with #1E3E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E5C; }
p { color: rgb(30,62,92); }
H1.HeaderClassName
{
color: #1E3E5C;
}
.AnyTagClassName
{
color: #1E3E5C;
}
</style>
background-color css
<style>
a { background-color: #1E3E5C; }
a { background-color: rgb(30,62,92); }
div.DivClassName
{
background-color: #1E3E5C;
}
.BgClassName
{
background-color: #1E3E5C;
}
</style>
border-color css
<style>
span { border-color: #1E3E5C; }
span { border-color: rgb(30,62,92); }
td.TdClassName
{
border-color: #1E3E5C;
}
.TagClassName
{
border-color: #1E3E5C;
}
</style>