Shades of Resolution Blue #1E327C
Tints of Resolution Blue #1E327C
RGB
CMYK
RGB Variations
Color information
#1E327C (or 0x1E327C) is known color: Resolution Blue. HEX triplet: 1E, 32 and 7C. RGB value is (30,50,124). Sum of RGB (Red+Green+Blue) = 30+50+124=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E327C is #E1CD83. Grayscale: #343434. Windows color (decimal): -14798212 or 8139294. OLE color: 8139294.
HSL color Cylindrical-coordinate representation of color #1E327C: hue angle of 227.23º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E327C is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 50 | 124 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.51 |
| HSL | 227.23º | 0.61% | 0.3% | - |
| HSV(B) | 227.23º | 0.76% | 0.49% | - |
| XYZ | 5.31 | 4.01 | 19.56 | - |
| YUV | 52.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 124 | 0.76 | 0.60 | 0 | 0.51 | 227.23 | 0.61 | 0.3 |
| Hex | 1E | 32 | 7C | 4C | 3C | 0 | 33 | E3 | 3D | 1E |
| Octal | 36 | 62 | 174 | 114 | 74 | 0 | 63 | 343 | 75 | 36 |
| Binary | 11110 | 110010 | 1111100 | 1001100 | 111100 | 0 | 110011 | 11100011 | 111101 | 11110 |
Color Harmonies of #1E327C
Complementary color
Monochromatic Colors of #1E327C
Black with #1E327C
Text Example
Text Example
White with #1E327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E327C; }
p { color: rgb(30,50,124); }
H1.HeaderClassName
{
color: #1E327C;
}
.AnyTagClassName
{
color: #1E327C;
}
</style>
background-color css
<style>
a { background-color: #1E327C; }
a { background-color: rgb(30,50,124); }
div.DivClassName
{
background-color: #1E327C;
}
.BgClassName
{
background-color: #1E327C;
}
</style>
border-color css
<style>
span { border-color: #1E327C; }
span { border-color: rgb(30,50,124); }
td.TdClassName
{
border-color: #1E327C;
}
.TagClassName
{
border-color: #1E327C;
}
</style>