Shades of Resolution Blue #1E316D
Tints of Resolution Blue #1E316D
RGB
CMYK
RGB Variations
Color information
#1E316D (or 0x1E316D) is known color: Resolution Blue. HEX triplet: 1E, 31 and 6D. RGB value is (30,49,109). Sum of RGB (Red+Green+Blue) = 30+49+109=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E316D is #E1CE92. Grayscale: #313131. Windows color (decimal): -14798483 or 7155998. OLE color: 7155998.
HSL color Cylindrical-coordinate representation of color #1E316D: hue angle of 225.57º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E316D is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 49 | 109 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.57 |
| HSL | 225.57º | 0.57% | 0.27% | - |
| HSV(B) | 225.57º | 0.72% | 0.43% | - |
| XYZ | 4.39 | 3.58 | 14.93 | - |
| YUV | 50.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 109 | 0.72 | 0.55 | 0 | 0.57 | 225.57 | 0.57 | 0.27 |
| Hex | 1E | 31 | 6D | 48 | 37 | 0 | 39 | E2 | 39 | 1B |
| Octal | 36 | 61 | 155 | 110 | 67 | 0 | 71 | 342 | 71 | 33 |
| Binary | 11110 | 110001 | 1101101 | 1001000 | 110111 | 0 | 111001 | 11100010 | 111001 | 11011 |
Color Harmonies of #1E316D
Complementary color
Monochromatic Colors of #1E316D
Black with #1E316D
Text Example
Text Example
White with #1E316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E316D; }
p { color: rgb(30,49,109); }
H1.HeaderClassName
{
color: #1E316D;
}
.AnyTagClassName
{
color: #1E316D;
}
</style>
background-color css
<style>
a { background-color: #1E316D; }
a { background-color: rgb(30,49,109); }
div.DivClassName
{
background-color: #1E316D;
}
.BgClassName
{
background-color: #1E316D;
}
</style>
border-color css
<style>
span { border-color: #1E316D; }
span { border-color: rgb(30,49,109); }
td.TdClassName
{
border-color: #1E316D;
}
.TagClassName
{
border-color: #1E316D;
}
</style>