Shades of Regal Blue #1E425C
Tints of Regal Blue #1E425C
RGB
CMYK
RGB Variations
Color information
#1E425C (or 0x1E425C) is known color: Regal Blue. HEX triplet: 1E, 42 and 5C. RGB value is (30,66,92). Sum of RGB (Red+Green+Blue) = 30+66+92=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E425C is #E1BDA3. Grayscale: #3A3A3A. Windows color (decimal): -14794148 or 6046238. OLE color: 6046238.
HSL color Cylindrical-coordinate representation of color #1E425C: hue angle of 205.16º 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 #1E425C is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 66 | 92 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.64 |
| HSL | 205.16º | 0.51% | 0.24% | - |
| HSV(B) | 205.16º | 0.67% | 0.36% | - |
| XYZ | 4.42 | 4.95 | 10.85 | - |
| YUV | 58.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 92 | 0.67 | 0.28 | 0 | 0.64 | 205.16 | 0.51 | 0.24 |
| Hex | 1E | 42 | 5C | 43 | 1C | 0 | 40 | CD | 33 | 18 |
| Octal | 36 | 102 | 134 | 103 | 34 | 0 | 100 | 315 | 63 | 30 |
| Binary | 11110 | 1000010 | 1011100 | 1000011 | 11100 | 0 | 1000000 | 11001101 | 110011 | 11000 |
Color Harmonies of #1E425C
Complementary color
Monochromatic Colors of #1E425C
Black with #1E425C
Text Example
Text Example
White with #1E425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E425C; }
p { color: rgb(30,66,92); }
H1.HeaderClassName
{
color: #1E425C;
}
.AnyTagClassName
{
color: #1E425C;
}
</style>
background-color css
<style>
a { background-color: #1E425C; }
a { background-color: rgb(30,66,92); }
div.DivClassName
{
background-color: #1E425C;
}
.BgClassName
{
background-color: #1E425C;
}
</style>
border-color css
<style>
span { border-color: #1E425C; }
span { border-color: rgb(30,66,92); }
td.TdClassName
{
border-color: #1E425C;
}
.TagClassName
{
border-color: #1E425C;
}
</style>