Shades of Resolution Blue #1E3982
Tints of Resolution Blue #1E3982
RGB
CMYK
RGB Variations
Color information
#1E3982 (or 0x1E3982) is known color: Resolution Blue. HEX triplet: 1E, 39 and 82. RGB value is (30,57,130). Sum of RGB (Red+Green+Blue) = 30+57+130=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3982 is #E1C67D. Grayscale: #383838. Windows color (decimal): -14796414 or 8534302. OLE color: 8534302.
HSL color Cylindrical-coordinate representation of color #1E3982: hue angle of 223.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E3982 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 57 | 130 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.49 |
| HSL | 223.8º | 0.63% | 0.31% | - |
| HSV(B) | 223.8º | 0.77% | 0.51% | - |
| XYZ | 6.03 | 4.81 | 21.73 | - |
| YUV | 57.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 130 | 0.77 | 0.56 | 0 | 0.49 | 223.8 | 0.63 | 0.31 |
| Hex | 1E | 39 | 82 | 4D | 38 | 0 | 31 | E0 | 3E | 1F |
| Octal | 36 | 71 | 202 | 115 | 70 | 0 | 61 | 340 | 76 | 37 |
| Binary | 11110 | 111001 | 10000010 | 1001101 | 111000 | 0 | 110001 | 11100000 | 111110 | 11111 |
Color Harmonies of #1E3982
Complementary color
Monochromatic Colors of #1E3982
Black with #1E3982
Text Example
Text Example
White with #1E3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3982; }
p { color: rgb(30,57,130); }
H1.HeaderClassName
{
color: #1E3982;
}
.AnyTagClassName
{
color: #1E3982;
}
</style>
background-color css
<style>
a { background-color: #1E3982; }
a { background-color: rgb(30,57,130); }
div.DivClassName
{
background-color: #1E3982;
}
.BgClassName
{
background-color: #1E3982;
}
</style>
border-color css
<style>
span { border-color: #1E3982; }
span { border-color: rgb(30,57,130); }
td.TdClassName
{
border-color: #1E3982;
}
.TagClassName
{
border-color: #1E3982;
}
</style>