Shades of Resolution Blue #1E2F81
Tints of Resolution Blue #1E2F81
RGB
CMYK
RGB Variations
Color information
#1E2F81 (or 0x1E2F81) is known color: Resolution Blue. HEX triplet: 1E, 2F and 81. RGB value is (30,47,129). Sum of RGB (Red+Green+Blue) = 30+47+129=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E2F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2F81 is #E1D07E. Grayscale: #323232. Windows color (decimal): -14798975 or 8466206. OLE color: 8466206.
HSL color Cylindrical-coordinate representation of color #1E2F81: hue angle of 229.7º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2F81 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 47 | 129 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.49 |
| HSL | 229.7º | 0.62% | 0.31% | - |
| HSV(B) | 229.7º | 0.77% | 0.51% | - |
| XYZ | 5.51 | 3.89 | 21.23 | - |
| YUV | 51.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 129 | 0.77 | 0.64 | 0 | 0.49 | 229.7 | 0.62 | 0.31 |
| Hex | 1E | 2F | 81 | 4D | 40 | 0 | 31 | E6 | 3E | 1F |
| Octal | 36 | 57 | 201 | 115 | 100 | 0 | 61 | 346 | 76 | 37 |
| Binary | 11110 | 101111 | 10000001 | 1001101 | 1000000 | 0 | 110001 | 11100110 | 111110 | 11111 |
Color Harmonies of #1E2F81
Complementary color
Monochromatic Colors of #1E2F81
Black with #1E2F81
Text Example
Text Example
White with #1E2F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F81; }
p { color: rgb(30,47,129); }
H1.HeaderClassName
{
color: #1E2F81;
}
.AnyTagClassName
{
color: #1E2F81;
}
</style>
background-color css
<style>
a { background-color: #1E2F81; }
a { background-color: rgb(30,47,129); }
div.DivClassName
{
background-color: #1E2F81;
}
.BgClassName
{
background-color: #1E2F81;
}
</style>
border-color css
<style>
span { border-color: #1E2F81; }
span { border-color: rgb(30,47,129); }
td.TdClassName
{
border-color: #1E2F81;
}
.TagClassName
{
border-color: #1E2F81;
}
</style>