Shades of Resolution Blue #1E4080
Tints of Resolution Blue #1E4080
RGB
CMYK
RGB Variations
Color information
#1E4080 (or 0x1E4080) is known color: Resolution Blue. HEX triplet: 1E, 40 and 80. RGB value is (30,64,128). Sum of RGB (Red+Green+Blue) = 30+64+128=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E4080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4080 is #E1BF7F. Grayscale: #3C3C3C. Windows color (decimal): -14794624 or 8405022. OLE color: 8405022.
HSL color Cylindrical-coordinate representation of color #1E4080: hue angle of 219.18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4080 is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 64 | 128 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.50 |
| HSL | 219.18º | 0.62% | 0.31% | - |
| HSV(B) | 219.18º | 0.77% | 0.5% | - |
| XYZ | 6.27 | 5.5 | 21.15 | - |
| YUV | 61.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 128 | 0.77 | 0.5 | 0 | 0.50 | 219.18 | 0.62 | 0.31 |
| Hex | 1E | 40 | 80 | 4D | 32 | 0 | 32 | DB | 3E | 1F |
| Octal | 36 | 100 | 200 | 115 | 62 | 0 | 62 | 333 | 76 | 37 |
| Binary | 11110 | 1000000 | 10000000 | 1001101 | 110010 | 0 | 110010 | 11011011 | 111110 | 11111 |
Color Harmonies of #1E4080
Complementary color
Monochromatic Colors of #1E4080
Black with #1E4080
Text Example
Text Example
White with #1E4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4080; }
p { color: rgb(30,64,128); }
H1.HeaderClassName
{
color: #1E4080;
}
.AnyTagClassName
{
color: #1E4080;
}
</style>
background-color css
<style>
a { background-color: #1E4080; }
a { background-color: rgb(30,64,128); }
div.DivClassName
{
background-color: #1E4080;
}
.BgClassName
{
background-color: #1E4080;
}
</style>
border-color css
<style>
span { border-color: #1E4080; }
span { border-color: rgb(30,64,128); }
td.TdClassName
{
border-color: #1E4080;
}
.TagClassName
{
border-color: #1E4080;
}
</style>