Shades of Resolution Blue #1E3B8A
Tints of Resolution Blue #1E3B8A
RGB
CMYK
RGB Variations
Color information
#1E3B8A (or 0x1E3B8A) is known color: Resolution Blue. HEX triplet: 1E, 3B and 8A. RGB value is (30,59,138). Sum of RGB (Red+Green+Blue) = 30+59+138=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E3B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3B8A is #E1C475. Grayscale: #3A3A3A. Windows color (decimal): -14795894 or 9059102. OLE color: 9059102.
HSL color Cylindrical-coordinate representation of color #1E3B8A: hue angle of 223.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3B8A is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 59 | 138 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.46 |
| HSL | 223.89º | 0.64% | 0.33% | - |
| HSV(B) | 223.89º | 0.78% | 0.54% | - |
| XYZ | 6.69 | 5.24 | 24.7 | - |
| YUV | 59.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 138 | 0.78 | 0.57 | 0 | 0.46 | 223.89 | 0.64 | 0.33 |
| Hex | 1E | 3B | 8A | 4E | 39 | 0 | 2E | E0 | 40 | 21 |
| Octal | 36 | 73 | 212 | 116 | 71 | 0 | 56 | 340 | 100 | 41 |
| Binary | 11110 | 111011 | 10001010 | 1001110 | 111001 | 0 | 101110 | 11100000 | 1000000 | 100001 |
Color Harmonies of #1E3B8A
Complementary color
Monochromatic Colors of #1E3B8A
Black with #1E3B8A
Text Example
Text Example
White with #1E3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B8A; }
p { color: rgb(30,59,138); }
H1.HeaderClassName
{
color: #1E3B8A;
}
.AnyTagClassName
{
color: #1E3B8A;
}
</style>
background-color css
<style>
a { background-color: #1E3B8A; }
a { background-color: rgb(30,59,138); }
div.DivClassName
{
background-color: #1E3B8A;
}
.BgClassName
{
background-color: #1E3B8A;
}
</style>
border-color css
<style>
span { border-color: #1E3B8A; }
span { border-color: rgb(30,59,138); }
td.TdClassName
{
border-color: #1E3B8A;
}
.TagClassName
{
border-color: #1E3B8A;
}
</style>