Shades of Regal Blue #1E456E
Tints of Regal Blue #1E456E
RGB
CMYK
RGB Variations
Color information
#1E456E (or 0x1E456E) is known color: Regal Blue. HEX triplet: 1E, 45 and 6E. RGB value is (30,69,110). Sum of RGB (Red+Green+Blue) = 30+69+110=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E456E is #E1BA91. Grayscale: #3D3D3D. Windows color (decimal): -14793362 or 7226654. OLE color: 7226654.
HSL color Cylindrical-coordinate representation of color #1E456E: hue angle of 210.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E456E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 69 | 110 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.57 |
| HSL | 210.75º | 0.57% | 0.27% | - |
| HSV(B) | 210.75º | 0.73% | 0.43% | - |
| XYZ | 5.48 | 5.66 | 15.56 | - |
| YUV | 62.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 110 | 0.73 | 0.37 | 0 | 0.57 | 210.75 | 0.57 | 0.27 |
| Hex | 1E | 45 | 6E | 49 | 25 | 0 | 39 | D3 | 39 | 1B |
| Octal | 36 | 105 | 156 | 111 | 45 | 0 | 71 | 323 | 71 | 33 |
| Binary | 11110 | 1000101 | 1101110 | 1001001 | 100101 | 0 | 111001 | 11010011 | 111001 | 11011 |
Color Harmonies of #1E456E
Complementary color
Monochromatic Colors of #1E456E
Black with #1E456E
Text Example
Text Example
White with #1E456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E456E; }
p { color: rgb(30,69,110); }
H1.HeaderClassName
{
color: #1E456E;
}
.AnyTagClassName
{
color: #1E456E;
}
</style>
background-color css
<style>
a { background-color: #1E456E; }
a { background-color: rgb(30,69,110); }
div.DivClassName
{
background-color: #1E456E;
}
.BgClassName
{
background-color: #1E456E;
}
</style>
border-color css
<style>
span { border-color: #1E456E; }
span { border-color: rgb(30,69,110); }
td.TdClassName
{
border-color: #1E456E;
}
.TagClassName
{
border-color: #1E456E;
}
</style>