Shades of Regal Blue #1E4466
Tints of Regal Blue #1E4466
RGB
CMYK
RGB Variations
Color information
#1E4466 (or 0x1E4466) is known color: Regal Blue. HEX triplet: 1E, 44 and 66. RGB value is (30,68,102). Sum of RGB (Red+Green+Blue) = 30+68+102=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E4466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4466 is #E1BB99. Grayscale: #3C3C3C. Windows color (decimal): -14793626 or 6702110. OLE color: 6702110.
HSL color Cylindrical-coordinate representation of color #1E4466: hue angle of 208.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E4466 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 68 | 102 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.6 |
| HSL | 208.33º | 0.55% | 0.26% | - |
| HSV(B) | 208.33º | 0.71% | 0.4% | - |
| XYZ | 5 | 5.37 | 13.34 | - |
| YUV | 60.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 102 | 0.71 | 0.33 | 0 | 0.6 | 208.33 | 0.55 | 0.26 |
| Hex | 1E | 44 | 66 | 47 | 21 | 0 | 3C | D0 | 37 | 1A |
| Octal | 36 | 104 | 146 | 107 | 41 | 0 | 74 | 320 | 67 | 32 |
| Binary | 11110 | 1000100 | 1100110 | 1000111 | 100001 | 0 | 111100 | 11010000 | 110111 | 11010 |
Color Harmonies of #1E4466
Complementary color
Monochromatic Colors of #1E4466
Black with #1E4466
Text Example
Text Example
White with #1E4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4466; }
p { color: rgb(30,68,102); }
H1.HeaderClassName
{
color: #1E4466;
}
.AnyTagClassName
{
color: #1E4466;
}
</style>
background-color css
<style>
a { background-color: #1E4466; }
a { background-color: rgb(30,68,102); }
div.DivClassName
{
background-color: #1E4466;
}
.BgClassName
{
background-color: #1E4466;
}
</style>
border-color css
<style>
span { border-color: #1E4466; }
span { border-color: rgb(30,68,102); }
td.TdClassName
{
border-color: #1E4466;
}
.TagClassName
{
border-color: #1E4466;
}
</style>