Shades of Resolution Blue #1E3C8B
Tints of Resolution Blue #1E3C8B
RGB
CMYK
RGB Variations
Color information
#1E3C8B (or 0x1E3C8B) is known color: Resolution Blue. HEX triplet: 1E, 3C and 8B. RGB value is (30,60,139). Sum of RGB (Red+Green+Blue) = 30+60+139=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E3C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3C8B is #E1C374. Grayscale: #3B3B3B. Windows color (decimal): -14795637 or 9124894. OLE color: 9124894.
HSL color Cylindrical-coordinate representation of color #1E3C8B: hue angle of 223.49º 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 #1E3C8B is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 60 | 139 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.45 |
| HSL | 223.49º | 0.64% | 0.33% | - |
| HSV(B) | 223.49º | 0.78% | 0.55% | - |
| XYZ | 6.81 | 5.37 | 25.1 | - |
| YUV | 60.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 139 | 0.78 | 0.57 | 0 | 0.45 | 223.49 | 0.64 | 0.33 |
| Hex | 1E | 3C | 8B | 4E | 39 | 0 | 2D | DF | 40 | 21 |
| Octal | 36 | 74 | 213 | 116 | 71 | 0 | 55 | 337 | 100 | 41 |
| Binary | 11110 | 111100 | 10001011 | 1001110 | 111001 | 0 | 101101 | 11011111 | 1000000 | 100001 |
Color Harmonies of #1E3C8B
Complementary color
Monochromatic Colors of #1E3C8B
Black with #1E3C8B
Text Example
Text Example
White with #1E3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C8B; }
p { color: rgb(30,60,139); }
H1.HeaderClassName
{
color: #1E3C8B;
}
.AnyTagClassName
{
color: #1E3C8B;
}
</style>
background-color css
<style>
a { background-color: #1E3C8B; }
a { background-color: rgb(30,60,139); }
div.DivClassName
{
background-color: #1E3C8B;
}
.BgClassName
{
background-color: #1E3C8B;
}
</style>
border-color css
<style>
span { border-color: #1E3C8B; }
span { border-color: rgb(30,60,139); }
td.TdClassName
{
border-color: #1E3C8B;
}
.TagClassName
{
border-color: #1E3C8B;
}
</style>