Shades of Resolution Blue #1E2F73
Tints of Resolution Blue #1E2F73
RGB
CMYK
RGB Variations
Color information
#1E2F73 (or 0x1E2F73) is known color: Resolution Blue. HEX triplet: 1E, 2F and 73. RGB value is (30,47,115). Sum of RGB (Red+Green+Blue) = 30+47+115=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E2F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2F73 is #E1D08C. Grayscale: #313131. Windows color (decimal): -14798989 or 7548702. OLE color: 7548702.
HSL color Cylindrical-coordinate representation of color #1E2F73: hue angle of 228º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2F73 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 47 | 115 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.55 |
| HSL | 228º | 0.59% | 0.28% | - |
| HSV(B) | 228º | 0.74% | 0.45% | - |
| XYZ | 4.65 | 3.55 | 16.66 | - |
| YUV | 49.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 115 | 0.74 | 0.59 | 0 | 0.55 | 228 | 0.59 | 0.28 |
| Hex | 1E | 2F | 73 | 4A | 3B | 0 | 37 | E4 | 3B | 1C |
| Octal | 36 | 57 | 163 | 112 | 73 | 0 | 67 | 344 | 73 | 34 |
| Binary | 11110 | 101111 | 1110011 | 1001010 | 111011 | 0 | 110111 | 11100100 | 111011 | 11100 |
Color Harmonies of #1E2F73
Complementary color
Monochromatic Colors of #1E2F73
Black with #1E2F73
Text Example
Text Example
White with #1E2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F73; }
p { color: rgb(30,47,115); }
H1.HeaderClassName
{
color: #1E2F73;
}
.AnyTagClassName
{
color: #1E2F73;
}
</style>
background-color css
<style>
a { background-color: #1E2F73; }
a { background-color: rgb(30,47,115); }
div.DivClassName
{
background-color: #1E2F73;
}
.BgClassName
{
background-color: #1E2F73;
}
</style>
border-color css
<style>
span { border-color: #1E2F73; }
span { border-color: rgb(30,47,115); }
td.TdClassName
{
border-color: #1E2F73;
}
.TagClassName
{
border-color: #1E2F73;
}
</style>