Shades of Resolution Blue #1E3A84
Tints of Resolution Blue #1E3A84
RGB
CMYK
RGB Variations
Color information
#1E3A84 (or 0x1E3A84) is known color: Resolution Blue. HEX triplet: 1E, 3A and 84. RGB value is (30,58,132). Sum of RGB (Red+Green+Blue) = 30+58+132=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E3A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A84 is #E1C57B. Grayscale: #393939. Windows color (decimal): -14796156 or 8665630. OLE color: 8665630.
HSL color Cylindrical-coordinate representation of color #1E3A84: hue angle of 223.53º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E3A84 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 58 | 132 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.48 |
| HSL | 223.53º | 0.63% | 0.32% | - |
| HSV(B) | 223.53º | 0.77% | 0.52% | - |
| XYZ | 6.21 | 4.97 | 22.46 | - |
| YUV | 58.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 132 | 0.77 | 0.56 | 0 | 0.48 | 223.53 | 0.63 | 0.32 |
| Hex | 1E | 3A | 84 | 4D | 38 | 0 | 30 | E0 | 3F | 20 |
| Octal | 36 | 72 | 204 | 115 | 70 | 0 | 60 | 340 | 77 | 40 |
| Binary | 11110 | 111010 | 10000100 | 1001101 | 111000 | 0 | 110000 | 11100000 | 111111 | 100000 |
Color Harmonies of #1E3A84
Complementary color
Monochromatic Colors of #1E3A84
Black with #1E3A84
Text Example
Text Example
White with #1E3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A84; }
p { color: rgb(30,58,132); }
H1.HeaderClassName
{
color: #1E3A84;
}
.AnyTagClassName
{
color: #1E3A84;
}
</style>
background-color css
<style>
a { background-color: #1E3A84; }
a { background-color: rgb(30,58,132); }
div.DivClassName
{
background-color: #1E3A84;
}
.BgClassName
{
background-color: #1E3A84;
}
</style>
border-color css
<style>
span { border-color: #1E3A84; }
span { border-color: rgb(30,58,132); }
td.TdClassName
{
border-color: #1E3A84;
}
.TagClassName
{
border-color: #1E3A84;
}
</style>