Shades of Resolution Blue #1E3A8B
Tints of Resolution Blue #1E3A8B
RGB
CMYK
RGB Variations
Color information
#1E3A8B (or 0x1E3A8B) is known color: Resolution Blue. HEX triplet: 1E, 3A and 8B. RGB value is (30,58,139). Sum of RGB (Red+Green+Blue) = 30+58+139=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E3A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A8B is #E1C574. Grayscale: #3A3A3A. Windows color (decimal): -14796149 or 9124382. OLE color: 9124382.
HSL color Cylindrical-coordinate representation of color #1E3A8B: hue angle of 224.59º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3A8B is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 58 | 139 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.45 |
| HSL | 224.59º | 0.64% | 0.33% | - |
| HSV(B) | 224.59º | 0.78% | 0.55% | - |
| XYZ | 6.71 | 5.17 | 25.07 | - |
| YUV | 58.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 139 | 0.78 | 0.58 | 0 | 0.45 | 224.59 | 0.64 | 0.33 |
| Hex | 1E | 3A | 8B | 4E | 3A | 0 | 2D | E1 | 40 | 21 |
| Octal | 36 | 72 | 213 | 116 | 72 | 0 | 55 | 341 | 100 | 41 |
| Binary | 11110 | 111010 | 10001011 | 1001110 | 111010 | 0 | 101101 | 11100001 | 1000000 | 100001 |
Color Harmonies of #1E3A8B
Complementary color
Monochromatic Colors of #1E3A8B
Black with #1E3A8B
Text Example
Text Example
White with #1E3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A8B; }
p { color: rgb(30,58,139); }
H1.HeaderClassName
{
color: #1E3A8B;
}
.AnyTagClassName
{
color: #1E3A8B;
}
</style>
background-color css
<style>
a { background-color: #1E3A8B; }
a { background-color: rgb(30,58,139); }
div.DivClassName
{
background-color: #1E3A8B;
}
.BgClassName
{
background-color: #1E3A8B;
}
</style>
border-color css
<style>
span { border-color: #1E3A8B; }
span { border-color: rgb(30,58,139); }
td.TdClassName
{
border-color: #1E3A8B;
}
.TagClassName
{
border-color: #1E3A8B;
}
</style>