Shades of Resolution Blue #1F387C
Tints of Resolution Blue #1F387C
RGB
CMYK
RGB Variations
Color information
#1F387C (or 0x1F387C) is known color: Resolution Blue. HEX triplet: 1F, 38 and 7C. RGB value is (31,56,124). Sum of RGB (Red+Green+Blue) = 31+56+124=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F387C is #E0C783. Grayscale: #373737. Windows color (decimal): -14731140 or 8140831. OLE color: 8140831.
HSL color Cylindrical-coordinate representation of color #1F387C: hue angle of 223.87º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F387C is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 56 | 124 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.51 |
| HSL | 223.87º | 0.6% | 0.3% | - |
| HSV(B) | 223.87º | 0.75% | 0.49% | - |
| XYZ | 5.62 | 4.57 | 19.66 | - |
| YUV | 56.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 124 | 0.75 | 0.55 | 0 | 0.51 | 223.87 | 0.6 | 0.3 |
| Hex | 1F | 38 | 7C | 4B | 37 | 0 | 33 | E0 | 3C | 1E |
| Octal | 37 | 70 | 174 | 113 | 67 | 0 | 63 | 340 | 74 | 36 |
| Binary | 11111 | 111000 | 1111100 | 1001011 | 110111 | 0 | 110011 | 11100000 | 111100 | 11110 |
Color Harmonies of #1F387C
Complementary color
Monochromatic Colors of #1F387C
Black with #1F387C
Text Example
Text Example
White with #1F387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F387C; }
p { color: rgb(31,56,124); }
H1.HeaderClassName
{
color: #1F387C;
}
.AnyTagClassName
{
color: #1F387C;
}
</style>
background-color css
<style>
a { background-color: #1F387C; }
a { background-color: rgb(31,56,124); }
div.DivClassName
{
background-color: #1F387C;
}
.BgClassName
{
background-color: #1F387C;
}
</style>
border-color css
<style>
span { border-color: #1F387C; }
span { border-color: rgb(31,56,124); }
td.TdClassName
{
border-color: #1F387C;
}
.TagClassName
{
border-color: #1F387C;
}
</style>