Shades of Resolution Blue #1E3382
Tints of Resolution Blue #1E3382
RGB
CMYK
RGB Variations
Color information
#1E3382 (or 0x1E3382) is known color: Resolution Blue. HEX triplet: 1E, 33 and 82. RGB value is (30,51,130). Sum of RGB (Red+Green+Blue) = 30+51+130=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3382 is #E1CC7D. Grayscale: #353535. Windows color (decimal): -14797950 or 8532766. OLE color: 8532766.
HSL color Cylindrical-coordinate representation of color #1E3382: hue angle of 227.4º 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 #1E3382 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 51 | 130 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.49 |
| HSL | 227.4º | 0.63% | 0.31% | - |
| HSV(B) | 227.4º | 0.77% | 0.51% | - |
| XYZ | 5.75 | 4.26 | 21.64 | - |
| YUV | 53.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 130 | 0.77 | 0.61 | 0 | 0.49 | 227.4 | 0.63 | 0.31 |
| Hex | 1E | 33 | 82 | 4D | 3D | 0 | 31 | E3 | 3E | 1F |
| Octal | 36 | 63 | 202 | 115 | 75 | 0 | 61 | 343 | 76 | 37 |
| Binary | 11110 | 110011 | 10000010 | 1001101 | 111101 | 0 | 110001 | 11100011 | 111110 | 11111 |
Color Harmonies of #1E3382
Complementary color
Monochromatic Colors of #1E3382
Black with #1E3382
Text Example
Text Example
White with #1E3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3382; }
p { color: rgb(30,51,130); }
H1.HeaderClassName
{
color: #1E3382;
}
.AnyTagClassName
{
color: #1E3382;
}
</style>
background-color css
<style>
a { background-color: #1E3382; }
a { background-color: rgb(30,51,130); }
div.DivClassName
{
background-color: #1E3382;
}
.BgClassName
{
background-color: #1E3382;
}
</style>
border-color css
<style>
span { border-color: #1E3382; }
span { border-color: rgb(30,51,130); }
td.TdClassName
{
border-color: #1E3382;
}
.TagClassName
{
border-color: #1E3382;
}
</style>