Shades of Regal Blue #1E4566
Tints of Regal Blue #1E4566
RGB
CMYK
RGB Variations
Color information
#1E4566 (or 0x1E4566) is known color: Regal Blue. HEX triplet: 1E, 45 and 66. RGB value is (30,69,102). Sum of RGB (Red+Green+Blue) = 30+69+102=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4566 is #E1BA99. Grayscale: #3C3C3C. Windows color (decimal): -14793370 or 6702366. OLE color: 6702366.
HSL color Cylindrical-coordinate representation of color #1E4566: hue angle of 207.5º 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 #1E4566 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 69 | 102 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.6 |
| HSL | 207.5º | 0.55% | 0.26% | - |
| HSV(B) | 207.5º | 0.71% | 0.4% | - |
| XYZ | 5.06 | 5.49 | 13.36 | - |
| YUV | 61.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 102 | 0.71 | 0.32 | 0 | 0.6 | 207.5 | 0.55 | 0.26 |
| Hex | 1E | 45 | 66 | 47 | 20 | 0 | 3C | D0 | 37 | 1A |
| Octal | 36 | 105 | 146 | 107 | 40 | 0 | 74 | 320 | 67 | 32 |
| Binary | 11110 | 1000101 | 1100110 | 1000111 | 100000 | 0 | 111100 | 11010000 | 110111 | 11010 |
Color Harmonies of #1E4566
Complementary color
Monochromatic Colors of #1E4566
Black with #1E4566
Text Example
Text Example
White with #1E4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4566; }
p { color: rgb(30,69,102); }
H1.HeaderClassName
{
color: #1E4566;
}
.AnyTagClassName
{
color: #1E4566;
}
</style>
background-color css
<style>
a { background-color: #1E4566; }
a { background-color: rgb(30,69,102); }
div.DivClassName
{
background-color: #1E4566;
}
.BgClassName
{
background-color: #1E4566;
}
</style>
border-color css
<style>
span { border-color: #1E4566; }
span { border-color: rgb(30,69,102); }
td.TdClassName
{
border-color: #1E4566;
}
.TagClassName
{
border-color: #1E4566;
}
</style>