Shades of Resolution Blue #1F3A86
Tints of Resolution Blue #1F3A86
RGB
CMYK
RGB Variations
Color information
#1F3A86 (or 0x1F3A86) is known color: Resolution Blue. HEX triplet: 1F, 3A and 86. RGB value is (31,58,134). Sum of RGB (Red+Green+Blue) = 31+58+134=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F3A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A86 is #E0C579. Grayscale: #3A3A3A. Windows color (decimal): -14730618 or 8796703. OLE color: 8796703.
HSL color Cylindrical-coordinate representation of color #1F3A86: hue angle of 224.27º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3A86 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 58 | 134 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.47 |
| HSL | 224.27º | 0.62% | 0.32% | - |
| HSV(B) | 224.27º | 0.77% | 0.53% | - |
| XYZ | 6.38 | 5.04 | 23.19 | - |
| YUV | 58.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 134 | 0.77 | 0.57 | 0 | 0.47 | 224.27 | 0.62 | 0.32 |
| Hex | 1F | 3A | 86 | 4D | 39 | 0 | 2F | E0 | 3E | 20 |
| Octal | 37 | 72 | 206 | 115 | 71 | 0 | 57 | 340 | 76 | 40 |
| Binary | 11111 | 111010 | 10000110 | 1001101 | 111001 | 0 | 101111 | 11100000 | 111110 | 100000 |
Color Harmonies of #1F3A86
Complementary color
Monochromatic Colors of #1F3A86
Black with #1F3A86
Text Example
Text Example
White with #1F3A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A86; }
p { color: rgb(31,58,134); }
H1.HeaderClassName
{
color: #1F3A86;
}
.AnyTagClassName
{
color: #1F3A86;
}
</style>
background-color css
<style>
a { background-color: #1F3A86; }
a { background-color: rgb(31,58,134); }
div.DivClassName
{
background-color: #1F3A86;
}
.BgClassName
{
background-color: #1F3A86;
}
</style>
border-color css
<style>
span { border-color: #1F3A86; }
span { border-color: rgb(31,58,134); }
td.TdClassName
{
border-color: #1F3A86;
}
.TagClassName
{
border-color: #1F3A86;
}
</style>