Shades of Resolution Blue #1E2E73
Tints of Resolution Blue #1E2E73
RGB
CMYK
RGB Variations
Color information
#1E2E73 (or 0x1E2E73) is known color: Resolution Blue. HEX triplet: 1E, 2E and 73. RGB value is (30,46,115). Sum of RGB (Red+Green+Blue) = 30+46+115=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E2E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2E73 is #E1D18C. Grayscale: #303030. Windows color (decimal): -14799245 or 7548446. OLE color: 7548446.
HSL color Cylindrical-coordinate representation of color #1E2E73: hue angle of 228.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2E73 is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 46 | 115 | - |
| CMYK | 0.74 | 0.6 | 0 | 0.55 |
| HSL | 228.71º | 0.59% | 0.28% | - |
| HSV(B) | 228.71º | 0.74% | 0.45% | - |
| XYZ | 4.61 | 3.47 | 16.65 | - |
| YUV | 49.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 115 | 0.74 | 0.6 | 0 | 0.55 | 228.71 | 0.59 | 0.28 |
| Hex | 1E | 2E | 73 | 4A | 3C | 0 | 37 | E5 | 3B | 1C |
| Octal | 36 | 56 | 163 | 112 | 74 | 0 | 67 | 345 | 73 | 34 |
| Binary | 11110 | 101110 | 1110011 | 1001010 | 111100 | 0 | 110111 | 11100101 | 111011 | 11100 |
Color Harmonies of #1E2E73
Complementary color
Monochromatic Colors of #1E2E73
Black with #1E2E73
Text Example
Text Example
White with #1E2E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E73; }
p { color: rgb(30,46,115); }
H1.HeaderClassName
{
color: #1E2E73;
}
.AnyTagClassName
{
color: #1E2E73;
}
</style>
background-color css
<style>
a { background-color: #1E2E73; }
a { background-color: rgb(30,46,115); }
div.DivClassName
{
background-color: #1E2E73;
}
.BgClassName
{
background-color: #1E2E73;
}
</style>
border-color css
<style>
span { border-color: #1E2E73; }
span { border-color: rgb(30,46,115); }
td.TdClassName
{
border-color: #1E2E73;
}
.TagClassName
{
border-color: #1E2E73;
}
</style>