Shades of Resolution Blue #1E3F7E
Tints of Resolution Blue #1E3F7E
RGB
CMYK
RGB Variations
Color information
#1E3F7E (or 0x1E3F7E) is known color: Resolution Blue. HEX triplet: 1E, 3F and 7E. RGB value is (30,63,126). Sum of RGB (Red+Green+Blue) = 30+63+126=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E3F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F7E is #E1C081. Grayscale: #3C3C3C. Windows color (decimal): -14794882 or 8273694. OLE color: 8273694.
HSL color Cylindrical-coordinate representation of color #1E3F7E: hue angle of 219.38º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E3F7E is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 63 | 126 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.51 |
| HSL | 219.38º | 0.62% | 0.31% | - |
| HSV(B) | 219.38º | 0.76% | 0.49% | - |
| XYZ | 6.08 | 5.34 | 20.45 | - |
| YUV | 60.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 63 | 126 | 0.76 | 0.50 | 0 | 0.51 | 219.38 | 0.62 | 0.31 |
| Hex | 1E | 3F | 7E | 4C | 32 | 0 | 33 | DB | 3E | 1F |
| Octal | 36 | 77 | 176 | 114 | 62 | 0 | 63 | 333 | 76 | 37 |
| Binary | 11110 | 111111 | 1111110 | 1001100 | 110010 | 0 | 110011 | 11011011 | 111110 | 11111 |
Color Harmonies of #1E3F7E
Complementary color
Monochromatic Colors of #1E3F7E
Black with #1E3F7E
Text Example
Text Example
White with #1E3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3F7E; }
p { color: rgb(30,63,126); }
H1.HeaderClassName
{
color: #1E3F7E;
}
.AnyTagClassName
{
color: #1E3F7E;
}
</style>
background-color css
<style>
a { background-color: #1E3F7E; }
a { background-color: rgb(30,63,126); }
div.DivClassName
{
background-color: #1E3F7E;
}
.BgClassName
{
background-color: #1E3F7E;
}
</style>
border-color css
<style>
span { border-color: #1E3F7E; }
span { border-color: rgb(30,63,126); }
td.TdClassName
{
border-color: #1E3F7E;
}
.TagClassName
{
border-color: #1E3F7E;
}
</style>