Shades of Resolution Blue #1F3789
Tints of Resolution Blue #1F3789
RGB
CMYK
RGB Variations
Color information
#1F3789 (or 0x1F3789) is known color: Resolution Blue. HEX triplet: 1F, 37 and 89. RGB value is (31,55,137). Sum of RGB (Red+Green+Blue) = 31+55+137=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3789 is #E0C876. Grayscale: #383838. Windows color (decimal): -14731383 or 8992543. OLE color: 8992543.
HSL color Cylindrical-coordinate representation of color #1F3789: hue angle of 226.42º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3789 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 55 | 137 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.46 |
| HSL | 226.42º | 0.63% | 0.33% | - |
| HSV(B) | 226.42º | 0.77% | 0.54% | - |
| XYZ | 6.45 | 4.83 | 24.26 | - |
| YUV | 57.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 137 | 0.77 | 0.60 | 0 | 0.46 | 226.42 | 0.63 | 0.33 |
| Hex | 1F | 37 | 89 | 4D | 3C | 0 | 2E | E2 | 3F | 21 |
| Octal | 37 | 67 | 211 | 115 | 74 | 0 | 56 | 342 | 77 | 41 |
| Binary | 11111 | 110111 | 10001001 | 1001101 | 111100 | 0 | 101110 | 11100010 | 111111 | 100001 |
Color Harmonies of #1F3789
Complementary color
Monochromatic Colors of #1F3789
Black with #1F3789
Text Example
Text Example
White with #1F3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3789; }
p { color: rgb(31,55,137); }
H1.HeaderClassName
{
color: #1F3789;
}
.AnyTagClassName
{
color: #1F3789;
}
</style>
background-color css
<style>
a { background-color: #1F3789; }
a { background-color: rgb(31,55,137); }
div.DivClassName
{
background-color: #1F3789;
}
.BgClassName
{
background-color: #1F3789;
}
</style>
border-color css
<style>
span { border-color: #1F3789; }
span { border-color: rgb(31,55,137); }
td.TdClassName
{
border-color: #1F3789;
}
.TagClassName
{
border-color: #1F3789;
}
</style>